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
-type reaction() :: #{actions => [edb_dap_server:action()], state => edb_dap_state:t()}.
Functions
-spec run_in_terminal(edb_dap_state:t(), edb_dap:run_in_terminal_response()) -> reaction().