| Interface | Description |
|---|---|
| DebugProtocolClient | |
| DebugProtocolServer.LoggerProxy |
| Class | Description |
|---|---|
| AttachRequestArguments |
Arguments for 'attach' request.
|
| AttachResponse |
Response to 'attach' request.
|
| Breakpoint |
Information about a Breakpoint created in setBreakpoints or setFunctionBreakpoints.
|
| BreakpointEvent |
Event message for 'breakpoint' event type.
|
| BreakpointEvent.EventBody | |
| BreakpointLocation |
Properties of a breakpoint location returned from the 'breakpointLocations' request.
|
| BreakpointLocationsArguments |
Arguments for 'breakpointLocations' request.
|
| BreakpointLocationsResponse |
Response to 'breakpointLocations' request.
|
| BreakpointLocationsResponse.ResponseBody | |
| CancelArguments |
Arguments for 'cancel' request.
|
| CancelResponse |
Response to 'cancel' request.
|
| Capabilities |
Information about the capabilities of a debug adapter.
|
| CapabilitiesEvent |
Event message for 'capabilities' event type.
|
| CapabilitiesEvent.EventBody | |
| Checksum |
The checksum of an item calculated by the specified algorithm.
|
| ColumnDescriptor |
A ColumnDescriptor specifies what module attribute to show in a column of the ModulesView, how to
format it, and what the column's label should be.
|
| CompletionItem |
CompletionItems are the suggestions returned from the CompletionsRequest.
|
| CompletionsArguments |
Arguments for 'completions' request.
|
| CompletionsResponse |
Response to 'completions' request.
|
| CompletionsResponse.ResponseBody | |
| ConfigurationDoneArguments |
Arguments for 'configurationDone' request.
|
| ConfigurationDoneResponse |
Response to 'configurationDone' request.
|
| ContinueArguments |
Arguments for 'continue' request.
|
| ContinuedEvent |
Event message for 'continued' event type.
|
| ContinuedEvent.EventBody | |
| ContinueResponse |
Response to 'continue' request.
|
| ContinueResponse.ResponseBody | |
| DataBreakpoint |
Properties of a data breakpoint passed to the setDataBreakpoints request.
|
| DataBreakpointInfoArguments |
Arguments for 'dataBreakpointInfo' request.
|
| DataBreakpointInfoResponse |
Response to 'dataBreakpointInfo' request.
|
| DataBreakpointInfoResponse.ResponseBody | |
| DebugProtocolServer | |
| DebugProtocolServer.Session | |
| DisassembleArguments |
Arguments for 'disassemble' request.
|
| DisassembledInstruction |
Represents a single disassembled instruction.
|
| DisassembleResponse |
Response to 'disassemble' request.
|
| DisassembleResponse.ResponseBody | |
| DisconnectArguments |
Arguments for 'disconnect' request.
|
| DisconnectResponse |
Response to 'disconnect' request.
|
| ErrorResponse |
On error (whenever 'success' is false), the body can provide more details.
|
| ErrorResponse.ResponseBody | |
| EvaluateArguments |
Arguments for 'evaluate' request.
|
| EvaluateResponse |
Response to 'evaluate' request.
|
| EvaluateResponse.ResponseBody | |
| Event |
A debug adapter initiated event.
|
| ExceptionBreakpointsFilter |
An ExceptionBreakpointsFilter is shown in the UI as an option for configuring how exceptions are
dealt with.
|
| ExceptionDetails |
Detailed information about an exception that has occurred.
|
| ExceptionInfoArguments |
Arguments for 'exceptionInfo' request.
|
| ExceptionInfoResponse |
Response to 'exceptionInfo' request.
|
| ExceptionInfoResponse.ResponseBody | |
| ExceptionOptions |
An ExceptionOptions assigns configuration options to a set of exceptions.
|
| ExceptionPathSegment |
An ExceptionPathSegment represents a segment in a path that is used to match leafs or nodes in a
tree of exceptions.
|
| ExitedEvent |
Event message for 'exited' event type.
|
| ExitedEvent.EventBody | |
| FunctionBreakpoint |
Properties of a breakpoint passed to the setFunctionBreakpoints request.
|
| GotoArguments |
Arguments for 'goto' request.
|
| GotoResponse |
Response to 'goto' request.
|
| GotoTarget |
A GotoTarget describes a code location that can be used as a target in the 'goto' request.
|
| GotoTargetsArguments |
Arguments for 'gotoTargets' request.
|
| GotoTargetsResponse |
Response to 'gotoTargets' request.
|
| GotoTargetsResponse.ResponseBody | |
| InitializedEvent |
Event message for 'initialized' event type.
|
| InitializeRequestArguments |
Arguments for 'initialize' request.
|
| InitializeResponse |
Response to 'initialize' request.
|
| JSONBase | |
| LaunchRequestArguments |
Arguments for 'launch' request.
|
| LaunchResponse |
Response to 'launch' request.
|
| LoadedSourceEvent |
Event message for 'loadedSource' event type.
|
| LoadedSourceEvent.EventBody | |
| LoadedSourcesArguments |
Arguments for 'loadedSources' request.
|
| LoadedSourcesResponse |
Response to 'loadedSources' request.
|
| LoadedSourcesResponse.ResponseBody | |
| Message |
A structured message object.
|
| Module |
A Module object represents a row in the modules view.
|
| ModuleEvent |
Event message for 'module' event type.
|
| ModuleEvent.EventBody | |
| ModulesArguments |
Arguments for 'modules' request.
|
| ModulesResponse |
Response to 'modules' request.
|
| ModulesResponse.ResponseBody | |
| NextArguments |
Arguments for 'next' request.
|
| NextResponse |
Response to 'next' request.
|
| OutputEvent |
Event message for 'output' event type.
|
| OutputEvent.EventBody | |
| PauseArguments |
Arguments for 'pause' request.
|
| PauseResponse |
Response to 'pause' request.
|
| ProcessEvent |
Event message for 'process' event type.
|
| ProcessEvent.EventBody | |
| ProgressEndEvent |
Event message for 'progressEnd' event type.
|
| ProgressEndEvent.EventBody | |
| ProgressStartEvent |
Event message for 'progressStart' event type.
|
| ProgressStartEvent.EventBody | |
| ProgressUpdateEvent |
Event message for 'progressUpdate' event type.
|
| ProgressUpdateEvent.EventBody | |
| ProtocolMessage |
Base class of requests, responses, and events.
|
| ReadMemoryArguments |
Arguments for 'readMemory' request.
|
| ReadMemoryResponse |
Response to 'readMemory' request.
|
| ReadMemoryResponse.ResponseBody | |
| Request |
A client or debug adapter initiated request.
|
| Response |
Response for a request.
|
| RestartArguments |
Arguments for 'restart' request.
|
| RestartFrameArguments |
Arguments for 'restartFrame' request.
|
| RestartFrameResponse |
Response to 'restartFrame' request.
|
| RestartResponse |
Response to 'restart' request.
|
| ReverseContinueArguments |
Arguments for 'reverseContinue' request.
|
| ReverseContinueResponse |
Response to 'reverseContinue' request.
|
| RunInTerminalRequestArguments |
Arguments for 'runInTerminal' request.
|
| RunInTerminalResponse |
Response to 'runInTerminal' request.
|
| RunInTerminalResponse.ResponseBody | |
| Scope |
A Scope is a named container for variables.
|
| ScopesArguments |
Arguments for 'scopes' request.
|
| ScopesResponse |
Response to 'scopes' request.
|
| ScopesResponse.ResponseBody | |
| SetBreakpointsArguments |
Arguments for 'setBreakpoints' request.
|
| SetBreakpointsResponse |
Response to 'setBreakpoints' request.
|
| SetBreakpointsResponse.ResponseBody | |
| SetDataBreakpointsArguments |
Arguments for 'setDataBreakpoints' request.
|
| SetDataBreakpointsResponse |
Response to 'setDataBreakpoints' request.
|
| SetDataBreakpointsResponse.ResponseBody | |
| SetExceptionBreakpointsArguments |
Arguments for 'setExceptionBreakpoints' request.
|
| SetExceptionBreakpointsResponse |
Response to 'setExceptionBreakpoints' request.
|
| SetExpressionArguments |
Arguments for 'setExpression' request.
|
| SetExpressionResponse |
Response to 'setExpression' request.
|
| SetExpressionResponse.ResponseBody | |
| SetFunctionBreakpointsArguments |
Arguments for 'setFunctionBreakpoints' request.
|
| SetFunctionBreakpointsResponse |
Response to 'setFunctionBreakpoints' request.
|
| SetFunctionBreakpointsResponse.ResponseBody | |
| SetVariableArguments |
Arguments for 'setVariable' request.
|
| SetVariableResponse |
Response to 'setVariable' request.
|
| SetVariableResponse.ResponseBody | |
| Source |
A Source is a descriptor for source code.
|
| SourceArguments |
Arguments for 'source' request.
|
| SourceBreakpoint |
Properties of a breakpoint or logpoint passed to the setBreakpoints request.
|
| SourceResponse |
Response to 'source' request.
|
| SourceResponse.ResponseBody | |
| StackFrame |
A Stackframe contains the source location.
|
| StackFrameFormat |
Provides formatting information for a stack frame.
|
| StackTraceArguments |
Arguments for 'stackTrace' request.
|
| StackTraceResponse |
Response to 'stackTrace' request.
|
| StackTraceResponse.ResponseBody | |
| StepBackArguments |
Arguments for 'stepBack' request.
|
| StepBackResponse |
Response to 'stepBack' request.
|
| StepInArguments |
Arguments for 'stepIn' request.
|
| StepInResponse |
Response to 'stepIn' request.
|
| StepInTarget |
A StepInTarget can be used in the 'stepIn' request and determines into which single target the
stepIn request should step.
|
| StepInTargetsArguments |
Arguments for 'stepInTargets' request.
|
| StepInTargetsResponse |
Response to 'stepInTargets' request.
|
| StepInTargetsResponse.ResponseBody | |
| StepOutArguments |
Arguments for 'stepOut' request.
|
| StepOutResponse |
Response to 'stepOut' request.
|
| StoppedEvent |
Event message for 'stopped' event type.
|
| StoppedEvent.EventBody | |
| TerminateArguments |
Arguments for 'terminate' request.
|
| TerminatedEvent |
Event message for 'terminated' event type.
|
| TerminatedEvent.EventBody | |
| TerminateResponse |
Response to 'terminate' request.
|
| TerminateThreadsArguments |
Arguments for 'terminateThreads' request.
|
| TerminateThreadsResponse |
Response to 'terminateThreads' request.
|
| Thread |
A Thread.
|
| ThreadEvent |
Event message for 'thread' event type.
|
| ThreadEvent.EventBody | |
| ThreadsResponse |
Response to 'threads' request.
|
| ThreadsResponse.ResponseBody | |
| ValueFormat |
Provides formatting information for a value.
|
| Variable |
A Variable is a name/value pair.
|
| VariablePresentationHint |
Optional properties of a variable that can be used to determine how to render the variable in the
UI.
|
| VariablesArguments |
Arguments for 'variables' request.
|
| VariablesResponse |
Response to 'variables' request.
|
| VariablesResponse.ResponseBody |
| Exception | Description |
|---|---|
| DebugProtocolServer.ExceptionWithMessage |