View Source edb_dap_request_step_in (edb v0.4.0)

Summary

Types

arguments/0

-type arguments() ::
          #{threadId := number(),
            singleThread => boolean(),
            targetId => number(),
            granularity => edb_dap:stepping_granularity()}.

Functions

handle(State, Args)

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

parse_arguments(Args)

-spec parse_arguments(edb_dap:arguments()) -> {ok, arguments()} | {error, Reason :: binary()}.

react_to_call_target_error(Error)

-spec react_to_call_target_error(Error) -> edb_dap_request:reaction()
                                    when Error :: edb:call_target_error().