View Source edb_dap_reverse_request_run_in_terminal (edb v0.4.0)

Summary

Types

arguments/0

-type arguments() ::
          #{kind => integrated | external,
            title => binary(),
            cwd := binary(),
            args := [binary()],
            env => #{binary() => binary() | null},
            argsCanBeInterpretedByShell => boolean()}.

response_body/0

-type response_body() :: #{processId => number(), shellProcessId => number()}.

Functions

handle_response(State0, Body)

make_request(Args)

-spec make_request(Args) -> edb_dap_reverse_request:request(Args) when Args :: arguments().