Arguments for ‘attach’ request. Additional attributes are implementation specific.
Information about a Breakpoint created in setBreakpoints, setFunctionBreakpoints,
setInstructionBreakpoints, or setDataBreakpoints.
Properties of a breakpoint location returned from the ‘breakpointLocations’ request.
Arguments for ‘breakpointLocations’ request.
Arguments for ‘cancel’ request.
Information about the capabilities of a debug adapter.
The checksum of an item calculated by the specified algorithm.
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.
It is only used if the underlying UI actually supports this level of customization.
CompletionItems are the suggestions returned from the CompletionsRequest.
Arguments for ‘completions’ request.
Arguments for ‘continue’ request.
Properties of a data breakpoint passed to the setDataBreakpoints request.
Arguments for ‘dataBreakpointInfo’ request.
Arguments for ‘disassemble’ request.
Represents a single disassembled instruction.
Arguments for ‘disconnect’ request.
Arguments for ‘evaluate’ request.
An ExceptionBreakpointsFilter is shown in the UI as an filter option for configuring how
exceptions are dealt with.
Detailed information about an exception that has occurred.
An ExceptionFilterOptions is used to specify an exception filter together with a condition for
the setExceptionsFilter request.
Arguments for ‘exceptionInfo’ request.
An ExceptionOptions assigns configuration options to a set of exceptions.
An ExceptionPathSegment represents a segment in a path that is used to match leaves or nodes in
a tree of exceptions.
If a segment consists of more than one name, it matches the names provided if ‘negate’ is false
or missing or
it matches anything except the names provided if ‘negate’ is true.
Properties of a breakpoint passed to the setFunctionBreakpoints request.
Arguments for ‘goto’ request.
A GotoTarget describes a code location that can be used as a target in the ‘goto’ request.
The possible goto targets can be determined via the ‘gotoTargets’ request.
Arguments for ‘gotoTargets’ request.
Arguments for ‘initialize’ request.
Properties of a breakpoint passed to the setInstructionBreakpoints request
Arguments for ‘launch’ request. Additional attributes are implementation specific.
A structured message object. Used to return errors from requests.
A Module object represents a row in the modules view.
Two attributes are mandatory: an id identifies a module in the modules view and is used in a
ModuleEvent for identifying a module for adding, updating or deleting.
The name is used to minimally render the module in the UI.
Arguments for ‘modules’ request.
The ModulesViewDescriptor is the container for all declarative configuration options of a
ModuleView.
For now it only specifies the columns to be shown in the modules view.
Arguments for ‘next’ request.
Arguments for ‘pause’ request.
Base class of requests, responses, and events.
Arguments for ‘readMemory’ request.
Arguments for ‘restart’ request.
Arguments for ‘restartFrame’ request.
Arguments for ‘reverseContinue’ request.
Arguments for ‘runInTerminal’ request.
A Scope is a named container for variables. Optionally a scope can map to a source or a range
within a source.
Arguments for ‘scopes’ request.
Arguments for ‘setBreakpoints’ request.
Arguments for ‘setDataBreakpoints’ request.
Arguments for ‘setExceptionBreakpoints’ request.
Arguments for ‘setExpression’ request.
Arguments for ‘setFunctionBreakpoints’ request.
Arguments for ‘setInstructionBreakpoints’ request
Arguments for ‘setVariable’ request.
A Source is a descriptor for source code.
It is returned from the debug adapter as part of a StackFrame and it is used by clients when
specifying breakpoints.
Arguments for ‘source’ request.
Properties of a breakpoint or logpoint passed to the setBreakpoints request.
A Stackframe contains the source location.
Arguments for ‘stackTrace’ request.
Arguments for ‘stepBack’ request.
Arguments for ‘stepIn’ request.
A StepInTarget can be used in the ‘stepIn’ request and determines into which single target the
stepIn request should step.
Arguments for ‘stepInTargets’ request.
Arguments for ‘stepOut’ request.
Arguments for ‘terminate’ request.
Arguments for ‘terminateThreads’ request.
A Thread
Provides formatting information for a value.
A Variable is a name/value pair.
Optionally a variable can have a ‘type’ that is shown if space permits or when hovering over
the variable’s name.
An optional ‘kind’ is used to render additional properties of the variable, e.g. different
icons can be used to indicate that a variable is public or private.
If the value is structured (has children), a handle is provided to retrieve the children with
the VariablesRequest.
If the number of named or indexed children is large, the numbers should be returned via the
optional ‘namedVariables’ and ‘indexedVariables’ attributes.
The client can use this optional information to present the children in a paged UI and fetch
them in chunks.
Optional properties of a variable that can be used to determine how to render the variable in
the UI.
Arguments for ‘variables’ request.