An implementation of the debug adapter protocol for Moonshine IDE.
See also:
https://microsoft.github.io/debug-adapter-protocol/specification Language Server Protocol Specification
An implementation of the debug adapter protocol for Moonshine IDE.
See also:
https://microsoft.github.io/debug-adapter-protocol/specification Language Server Protocol Specification
new(input:IDataInput, inputDispatcher:IEventDispatcher, inputEventType:String, output:IDataOutput, ?outputFlushCallback:() ‑> Void)
configurationDone(args:ConfigurationDoneArguments, onSuccess:() ‑> Void, ?onError:ErrorResponseBody ‑> Void):Void
continueThread(args:ContinueArguments, onSuccess:ContinueResponseBody ‑> Void, ?onError:ErrorResponseBody ‑> Void):Void
initialize(args:InitializeRequestArguments, onSuccess:Capabilities ‑> Void, ?onError:ErrorResponseBody ‑> Void):Void
scopes(args:ScopesArguments, onSuccess:ScopesResponseBody ‑> Void, ?onError:ErrorResponseBody ‑> Void):Void
setBreakpoints(args:SetBreakpointsArguments, onSuccess:SetBreakpointsResponseBody ‑> Void, ?onError:ErrorResponseBody ‑> Void):Void
stackTrace(args:StackTraceArguments, onSuccess:StackTraceResponseBody ‑> Void, ?onError:ErrorResponseBody ‑> Void):Void
variables(args:VariablesArguments, onSuccess:VariablesResponseBody ‑> Void, ?onError:ErrorResponseBody ‑> Void):Void