View Source edb_dap_request_continue (edb v0.4.0)

Summary

Types

arguments/0

-type arguments() :: #{threadId := edb_dap:thread_id(), singleThread => boolean()}.

response_body/0

-type response_body() :: #{allThreadsContinued => boolean()}.

Functions

handle(State, Args)

-spec handle(State, Args) -> edb_dap_request:reaction(response_body())
                when State :: edb_dap_server:state(), Args :: arguments().

parse_arguments(Args)

-spec parse_arguments(edb_dap:arguments()) -> {ok, arguments()}.