View Source edb_dap_request_stack_trace (edb v0.4.0)
Summary
Types
-type arguments() :: #{threadId := edb_dap:thread_id(), startFrame => number(), levels => number(), format => stack_frame_format()}.
-type response_body() :: #{stackFrames := [stack_frame()], totalFrames => number()}.
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()}.