View Source edb_dap_responses (edb v0.3.0)

DAP Response Handlers The actual implementation for the DAP responses (reverse requests). This function should be invoked by the DAP server.

Summary

Types

reaction/0

-type reaction() :: #{actions => [edb_dap_server:action()], state => edb_dap_state:t()}.

Functions

run_in_terminal(State, Body)

-spec run_in_terminal(edb_dap_state:t(), edb_dap:run_in_terminal_response()) -> reaction().