Package com.oracle.truffle.tools.dap.types
package com.oracle.truffle.tools.dap.types
-
ClassDescriptionArguments for 'attach' request.Response to 'attach' request.Information about a Breakpoint created in setBreakpoints or setFunctionBreakpoints.Event message for 'breakpoint' event type.Properties of a breakpoint location returned from the 'breakpointLocations' request.Arguments for 'breakpointLocations' request.Response to 'breakpointLocations' request.Arguments for 'cancel' request.Response to 'cancel' request.Information about the capabilities of a debug adapter.Event message for 'capabilities' event type.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.CompletionItems are the suggestions returned from the CompletionsRequest.Arguments for 'completions' request.Response to 'completions' request.Arguments for 'configurationDone' request.Response to 'configurationDone' request.Arguments for 'continue' request.Event message for 'continued' event type.Response to 'continue' request.Properties of a data breakpoint passed to the setDataBreakpoints request.Arguments for 'dataBreakpointInfo' request.Response to 'dataBreakpointInfo' request.Arguments for 'disassemble' request.Represents a single disassembled instruction.Response to 'disassemble' request.Arguments for 'disconnect' request.Response to 'disconnect' request.On error (whenever 'success' is false), the body can provide more details.Arguments for 'evaluate' request.Response to 'evaluate' request.A debug adapter initiated event.An ExceptionBreakpointsFilter is shown in the UI as an option for configuring how exceptions are dealt with.Detailed information about an exception that has occurred.Arguments for 'exceptionInfo' request.Response to '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 leafs or nodes in a tree of exceptions.Event message for 'exited' event type.Properties of a breakpoint passed to the setFunctionBreakpoints request.Arguments for 'goto' request.Response to 'goto' request.A GotoTarget describes a code location that can be used as a target in the 'goto' request.Arguments for 'gotoTargets' request.Response to 'gotoTargets' request.Event message for 'initialized' event type.Arguments for 'initialize' request.Response to 'initialize' request.Arguments for 'launch' request.Response to 'launch' request.Event message for 'loadedSource' event type.Arguments for 'loadedSources' request.Response to 'loadedSources' request.A structured message object.A Module object represents a row in the modules view.Event message for 'module' event type.Arguments for 'modules' request.Response to 'modules' request.Arguments for 'next' request.Response to 'next' request.Event message for 'output' event type.Arguments for 'pause' request.Response to 'pause' request.Event message for 'process' event type.Event message for 'progressEnd' event type.Event message for 'progressStart' event type.Event message for 'progressUpdate' event type.Base class of requests, responses, and events.Arguments for 'readMemory' request.Response to 'readMemory' request.A client or debug adapter initiated request.Response for a request.Arguments for 'restart' request.Arguments for 'restartFrame' request.Response to 'restartFrame' request.Response to 'restart' request.Arguments for 'reverseContinue' request.Response to 'reverseContinue' request.Arguments for 'runInTerminal' request.Response to 'runInTerminal' request.A Scope is a named container for variables.Arguments for 'scopes' request.Response to 'scopes' request.Arguments for 'setBreakpoints' request.Response to 'setBreakpoints' request.Arguments for 'setDataBreakpoints' request.Response to 'setDataBreakpoints' request.Arguments for 'setExceptionBreakpoints' request.Response to 'setExceptionBreakpoints' request.Arguments for 'setExpression' request.Response to 'setExpression' request.Arguments for 'setFunctionBreakpoints' request.Response to 'setFunctionBreakpoints' request.Arguments for 'setVariable' request.Response to 'setVariable' request.A Source is a descriptor for source code.Arguments for 'source' request.Properties of a breakpoint or logpoint passed to the setBreakpoints request.Response to 'source' request.A Stackframe contains the source location.Provides formatting information for a stack frame.Arguments for 'stackTrace' request.Response to 'stackTrace' request.Arguments for 'stepBack' request.Response to 'stepBack' request.Arguments for 'stepIn' request.Response to '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.Response to 'stepInTargets' request.Arguments for 'stepOut' request.Response to 'stepOut' request.Event message for 'stopped' event type.Arguments for 'terminate' request.Event message for 'terminated' event type.Response to 'terminate' request.Arguments for 'terminateThreads' request.Response to 'terminateThreads' request.A Thread.Event message for 'thread' event type.Response to 'threads' request.Provides formatting information for a value.A Variable is a name/value pair.Optional properties of a variable that can be used to determine how to render the variable in the UI.Arguments for 'variables' request.Response to 'variables' request.