View Source edb_dap_request_evaluate (edb v0.5.0)
Summary
Types
-type arguments() :: #{expression := binary(), frameId => number(), line => number(), column => number(), source => edb_dap:source(), context => watch | repl | hover | clipboard | variables | atom(), format => edb_dap_request_variables:value_format()}.
Functions
-spec handle(State, Args) -> edb_dap_request:reaction(response_body()) when State :: edb_dap_server:state(), Args :: arguments().
-spec parse_arguments(edb_dap:arguments()) -> {ok, arguments()} | {error, Reason :: binary()}.