View Source edb_dap_request_step_out (edb v0.4.0)
Summary
Types
-type arguments() :: #{threadId := number(), singleThread => boolean(), granularity => edb_dap:stepping_granularity()}.
Functions
-spec handle(State, Args) -> edb_dap_request:reaction() when State :: edb_dap_server:state(), Args :: arguments().
-spec parse_arguments(edb_dap:arguments()) -> {ok, arguments()} | {error, Reason :: binary()}.