A B C D E F G H I K L M N O P R S T U V W 
All Classes All Packages

A

ALL - Static variable in interface org.eclipse.lsp4j.debug.InvalidatedAreas
All previously fetched data has become invalid and needs to be refetched.
ALWAYS - org.eclipse.lsp4j.debug.ExceptionBreakMode
 
ARGUMENTS - Static variable in interface org.eclipse.lsp4j.debug.ScopePresentationHint
Scope contains method arguments.
attach(Map<String, Object>) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
The attach request is sent from the client to the debug adapter to attach to a debuggee that is already running.
ATTACH - org.eclipse.lsp4j.debug.ProcessEventArgumentsStartMethod
Debugger attached to an existing process.
ATTACH - org.eclipse.lsp4j.debug.StartDebuggingRequestArgumentsType
 
ATTACH_FOR_SUSPENDED_LAUNCH - org.eclipse.lsp4j.debug.ProcessEventArgumentsStartMethod
A project launcher component has launched a new process in a suspended state and then asked the debugger to attach.
AttachRequestArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'attach' request.
AttachRequestArguments() - Constructor for class org.eclipse.lsp4j.debug.AttachRequestArguments
 

B

BASE_CLASS - Static variable in interface org.eclipse.lsp4j.debug.VariablePresentationHintKind
Indicates that the object is a base class.
BOOLEAN - org.eclipse.lsp4j.debug.ColumnDescriptorType
 
breakpoint(BreakpointEventArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolClient
The event indicates that some information about a breakpoint has changed.
Breakpoint - Class in org.eclipse.lsp4j.debug
Information about a breakpoint created in setBreakpoints, setFunctionBreakpoints, setInstructionBreakpoints, or setDataBreakpoints requests.
Breakpoint() - Constructor for class org.eclipse.lsp4j.debug.Breakpoint
 
BREAKPOINT - Static variable in interface org.eclipse.lsp4j.debug.StoppedEventArgumentsReason
 
BreakpointEventArguments - Class in org.eclipse.lsp4j.debug
The event indicates that some information about a breakpoint has changed.
BreakpointEventArguments() - Constructor for class org.eclipse.lsp4j.debug.BreakpointEventArguments
 
BreakpointEventArgumentsReason - Interface in org.eclipse.lsp4j.debug
The reason for the event.
BreakpointLocation - Class in org.eclipse.lsp4j.debug
Properties of a breakpoint location returned from the 'breakpointLocations' request.
BreakpointLocation() - Constructor for class org.eclipse.lsp4j.debug.BreakpointLocation
 
breakpointLocations(BreakpointLocationsArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
The 'breakpointLocations' request returns all possible locations for source breakpoints in a given range.
BreakpointLocationsArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'breakpointLocations' request.
BreakpointLocationsArguments() - Constructor for class org.eclipse.lsp4j.debug.BreakpointLocationsArguments
 
BreakpointLocationsResponse - Class in org.eclipse.lsp4j.debug
Response to 'breakpointLocations' request.
BreakpointLocationsResponse() - Constructor for class org.eclipse.lsp4j.debug.BreakpointLocationsResponse
 
BreakpointMode - Class in org.eclipse.lsp4j.debug
A `BreakpointMode` is provided as a option when setting breakpoints on sources or instructions.
BreakpointMode() - Constructor for class org.eclipse.lsp4j.debug.BreakpointMode
 
BreakpointModeApplicability - Interface in org.eclipse.lsp4j.debug
Describes one or more type of breakpoint a `BreakpointMode` applies to.
BreakpointNotVerifiedReason - Enum in org.eclipse.lsp4j.debug
A machine-readable explanation of why a breakpoint may not be verified.

C

CAN_HAVE_OBJECT_ID - Static variable in interface org.eclipse.lsp4j.debug.VariablePresentationHintAttributes
Indicates that the object has an Object ID associated with it.
cancel(CancelArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
The 'cancel' request is used by the client in two situations: to indicate that it is no longer interested in the result produced by a specific request issued earlier to cancel a progress sequence.
CancelArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'cancel' request.
CancelArguments() - Constructor for class org.eclipse.lsp4j.debug.CancelArguments
 
capabilities(CapabilitiesEventArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolClient
The event indicates that one or more capabilities have changed.
Capabilities - Class in org.eclipse.lsp4j.debug
Information about the capabilities of a debug adapter.
Capabilities() - Constructor for class org.eclipse.lsp4j.debug.Capabilities
 
CapabilitiesEventArguments - Class in org.eclipse.lsp4j.debug
The event indicates that one or more capabilities have changed.
CapabilitiesEventArguments() - Constructor for class org.eclipse.lsp4j.debug.CapabilitiesEventArguments
 
CHANGED - org.eclipse.lsp4j.debug.LoadedSourceEventArgumentsReason
 
CHANGED - org.eclipse.lsp4j.debug.ModuleEventArgumentsReason
 
CHANGED - Static variable in interface org.eclipse.lsp4j.debug.BreakpointEventArgumentsReason
 
Checksum - Class in org.eclipse.lsp4j.debug
The checksum of an item calculated by the specified algorithm.
Checksum() - Constructor for class org.eclipse.lsp4j.debug.Checksum
 
ChecksumAlgorithm - Enum in org.eclipse.lsp4j.debug
Names of checksum algorithms that may be supported by a debug adapter.
CLASS - org.eclipse.lsp4j.debug.CompletionItemType
 
CLASS - Static variable in interface org.eclipse.lsp4j.debug.VariablePresentationHintKind
Indicates that the object is a class.
CLIPBOARD - Static variable in interface org.eclipse.lsp4j.debug.EvaluateArgumentsContext
evaluate is called to generate clipboard contents.
COLOR - org.eclipse.lsp4j.debug.CompletionItemType
 
ColumnDescriptor - Class in org.eclipse.lsp4j.debug
A ColumnDescriptor specifies what module attribute to show in a column of the modules view, how to format it,
ColumnDescriptor() - Constructor for class org.eclipse.lsp4j.debug.ColumnDescriptor
 
ColumnDescriptorType - Enum in org.eclipse.lsp4j.debug
Datatype of values in this column.
CompletionItem - Class in org.eclipse.lsp4j.debug
CompletionItems are the suggestions returned from the `completions` request.
CompletionItem() - Constructor for class org.eclipse.lsp4j.debug.CompletionItem
 
CompletionItemType - Enum in org.eclipse.lsp4j.debug
Some predefined types for the CompletionItem.
completions(CompletionsArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
Returns a list of possible completions for a given caret position and text.
CompletionsArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'completions' request.
CompletionsArguments() - Constructor for class org.eclipse.lsp4j.debug.CompletionsArguments
 
CompletionsResponse - Class in org.eclipse.lsp4j.debug
Response to 'completions' request.
CompletionsResponse() - Constructor for class org.eclipse.lsp4j.debug.CompletionsResponse
 
configurationDone(ConfigurationDoneArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
This request indicates that the client has finished initialization of the debug adapter.
ConfigurationDoneArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'configurationDone' request.
ConfigurationDoneArguments() - Constructor for class org.eclipse.lsp4j.debug.ConfigurationDoneArguments
 
CONSOLE - Static variable in interface org.eclipse.lsp4j.debug.OutputEventArgumentsCategory
Show the output in the client's default message UI, e.g.
CONSTANT - Static variable in interface org.eclipse.lsp4j.debug.VariablePresentationHintAttributes
Indicates that the object is a constant.
CONSTRUCTOR - org.eclipse.lsp4j.debug.CompletionItemType
 
continue_(ContinueArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
The request resumes execution of all threads.
ContinueArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'continue' request.
ContinueArguments() - Constructor for class org.eclipse.lsp4j.debug.ContinueArguments
 
continued(ContinuedEventArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolClient
The event indicates that the execution of the debuggee has continued.
ContinuedEventArguments - Class in org.eclipse.lsp4j.debug
The event indicates that the execution of the debuggee has continued.
ContinuedEventArguments() - Constructor for class org.eclipse.lsp4j.debug.ContinuedEventArguments
 
ContinueResponse - Class in org.eclipse.lsp4j.debug
Response to 'continue' request.
ContinueResponse() - Constructor for class org.eclipse.lsp4j.debug.ContinueResponse
 
create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.debug.adapters.RestartArgumentsArgumentsTypeAdapter
 
createClientLauncher(IDebugProtocolClient, InputStream, OutputStream) - Static method in class org.eclipse.lsp4j.debug.launch.DSPLauncher
Create a new Launcher for a debug client and an input and output stream.
createClientLauncher(IDebugProtocolClient, InputStream, OutputStream, boolean, PrintWriter) - Static method in class org.eclipse.lsp4j.debug.launch.DSPLauncher
Create a new Launcher for a debug client and an input and output stream, and set up message validation and tracing.
createClientLauncher(IDebugProtocolClient, InputStream, OutputStream, ExecutorService, Function<MessageConsumer, MessageConsumer>) - Static method in class org.eclipse.lsp4j.debug.launch.DSPLauncher
Create a new Launcher for a debug client and an input and output stream.
createServerLauncher(IDebugProtocolServer, InputStream, OutputStream) - Static method in class org.eclipse.lsp4j.debug.launch.DSPLauncher
Create a new Launcher for a debug server and an input and output stream.
createServerLauncher(IDebugProtocolServer, InputStream, OutputStream, boolean, PrintWriter) - Static method in class org.eclipse.lsp4j.debug.launch.DSPLauncher
Create a new Launcher for a debug server and an input and output stream, and set up message validation and tracing.
createServerLauncher(IDebugProtocolServer, InputStream, OutputStream, ExecutorService, Function<MessageConsumer, MessageConsumer>) - Static method in class org.eclipse.lsp4j.debug.launch.DSPLauncher
Create a new Launcher for a debug server and an input and output stream.
CUSTOMCOLOR - org.eclipse.lsp4j.debug.CompletionItemType
 

D

DATA - Static variable in interface org.eclipse.lsp4j.debug.BreakpointModeApplicability
In data breakpoints requested in the `DataBreakpointInfo` request
DATA - Static variable in interface org.eclipse.lsp4j.debug.VariablePresentationHintKind
Indicates that the object is data.
DATA_BREAKPOINT - Static variable in interface org.eclipse.lsp4j.debug.StoppedEventArgumentsReason
 
DATA_BREAKPOINT - Static variable in interface org.eclipse.lsp4j.debug.VariablePresentationHintKind
Deprecated.
The VariablePresentationHintAttributes.HAS_DATA_BREAKPOINT attribute should generally be used instead.
DataBreakpoint - Class in org.eclipse.lsp4j.debug
Properties of a data breakpoint passed to the setDataBreakpoints request.
DataBreakpoint() - Constructor for class org.eclipse.lsp4j.debug.DataBreakpoint
 
DataBreakpointAccessType - Enum in org.eclipse.lsp4j.debug
This enumeration defines all possible access types for data breakpoints.
dataBreakpointInfo(DataBreakpointInfoArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
Obtains information on a possible data breakpoint that could be set on an expression or variable.
DataBreakpointInfoArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'dataBreakpointInfo' request.
DataBreakpointInfoArguments() - Constructor for class org.eclipse.lsp4j.debug.DataBreakpointInfoArguments
 
DataBreakpointInfoResponse - Class in org.eclipse.lsp4j.debug
Response to 'dataBreakpointInfo' request.
DataBreakpointInfoResponse() - Constructor for class org.eclipse.lsp4j.debug.DataBreakpointInfoResponse
 
DebugProtocol - Class in org.eclipse.lsp4j.debug
Declaration of parameters, response bodies, and event bodies for the Debug Adapter Protocol
DebugProtocol() - Constructor for class org.eclipse.lsp4j.debug.DebugProtocol
 
DEEMPHASIZE - org.eclipse.lsp4j.debug.SourcePresentationHint
 
disassemble(DisassembleArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
Disassembles code stored at the provided location.
DisassembleArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'disassemble' request.
DisassembleArguments() - Constructor for class org.eclipse.lsp4j.debug.DisassembleArguments
 
DisassembledInstruction - Class in org.eclipse.lsp4j.debug
Represents a single disassembled instruction.
DisassembledInstruction() - Constructor for class org.eclipse.lsp4j.debug.DisassembledInstruction
 
DisassembledInstructionPresentationHint - Enum in org.eclipse.lsp4j.debug
A hint for how to present the instruction in the UI.
DisassembleResponse - Class in org.eclipse.lsp4j.debug
Response to 'disassemble' request.
DisassembleResponse() - Constructor for class org.eclipse.lsp4j.debug.DisassembleResponse
 
disconnect(DisconnectArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
The 'disconnect' request asks the debug adapter to disconnect from the debuggee (thus ending the debug session) and then to shut down itself (the debug adapter).
DisconnectArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'disconnect' request.
DisconnectArguments() - Constructor for class org.eclipse.lsp4j.debug.DisconnectArguments
 
DSPLauncher - Class in org.eclipse.lsp4j.debug.launch
Specialized launcher for the debug protocol.

E

EMPHASIZE - org.eclipse.lsp4j.debug.SourcePresentationHint
 
END - org.eclipse.lsp4j.debug.OutputEventArgumentsGroup
End the current group and decrease the indentation of subsequent output events.
ENTRY - Static variable in interface org.eclipse.lsp4j.debug.StoppedEventArgumentsReason
 
ENUM - org.eclipse.lsp4j.debug.CompletionItemType
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.AttachRequestArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.Breakpoint
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.BreakpointEventArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.BreakpointLocation
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.BreakpointLocationsArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.BreakpointLocationsResponse
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.BreakpointMode
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.CancelArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.Capabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.CapabilitiesEventArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.Checksum
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ColumnDescriptor
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.CompletionItem
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.CompletionsArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.CompletionsResponse
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ConfigurationDoneArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ContinueArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ContinuedEventArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ContinueResponse
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.DataBreakpoint
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoResponse
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.DisassembleArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.DisassembledInstruction
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.DisassembleResponse
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.DisconnectArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.EvaluateArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.EvaluateResponse
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ExceptionBreakpointsFilter
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ExceptionDetails
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ExceptionFilterOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ExceptionInfoArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ExceptionInfoResponse
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ExceptionOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ExceptionPathSegment
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ExitedEventArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.FunctionBreakpoint
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.GotoArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.GotoTarget
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.GotoTargetsArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.GotoTargetsResponse
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.InstructionBreakpoint
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.InvalidatedEventArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.LaunchRequestArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.LoadedSourceEventArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.LoadedSourcesArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.LoadedSourcesResponse
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.LocationsArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.LocationsResponse
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.MemoryEventArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.Message
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.Module
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ModuleEventArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ModulesArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ModulesResponse
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.NextArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.OutputEventArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.PauseArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ProcessEventArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ProgressEndEventArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ProgressStartEventArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ProgressUpdateEventArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ReadMemoryArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ReadMemoryResponse
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.RestartArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.RestartFrameArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ReverseContinueArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.RunInTerminalRequestArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.RunInTerminalResponse
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.Scope
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ScopesArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ScopesResponse
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.SetBreakpointsArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.SetBreakpointsResponse
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.SetDataBreakpointsArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.SetDataBreakpointsResponse
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.SetExceptionBreakpointsArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.SetExceptionBreakpointsResponse
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.SetExpressionArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.SetExpressionResponse
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.SetFunctionBreakpointsArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.SetFunctionBreakpointsResponse
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.SetInstructionBreakpointsArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.SetInstructionBreakpointsResponse
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.SetVariableArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.SetVariableResponse
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.Source
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.SourceArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.SourceBreakpoint
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.SourceResponse
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.StackFrame
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.StackFrameFormat
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.StackTraceArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.StackTraceResponse
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.StartDebuggingRequestArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.StepBackArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.StepInArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.StepInTarget
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.StepInTargetsArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.StepInTargetsResponse
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.StepOutArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.StoppedEventArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.TerminateArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.TerminatedEventArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.TerminateThreadsArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.Thread
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ThreadEventArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ThreadsResponse
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.ValueFormat
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.Variable
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.VariablePresentationHint
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.VariablesArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.VariablesResponse
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.WriteMemoryArguments
 
equals(Object) - Method in class org.eclipse.lsp4j.debug.WriteMemoryResponse
 
evaluate(EvaluateArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
Evaluates the given expression in the context of a stack frame.
EvaluateArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'evaluate' request.
EvaluateArguments() - Constructor for class org.eclipse.lsp4j.debug.EvaluateArguments
 
EvaluateArgumentsContext - Interface in org.eclipse.lsp4j.debug
The context in which the evaluate request is used.
EvaluateResponse - Class in org.eclipse.lsp4j.debug
Response to 'evaluate' request.
EvaluateResponse() - Constructor for class org.eclipse.lsp4j.debug.EvaluateResponse
 
EVENT - Static variable in interface org.eclipse.lsp4j.debug.VariablePresentationHintKind
Indicates that the object is an event.
EXCEPTION - Static variable in interface org.eclipse.lsp4j.debug.BreakpointModeApplicability
In exception breakpoints applied in the `ExceptionFilterOptions`
EXCEPTION - Static variable in interface org.eclipse.lsp4j.debug.StoppedEventArgumentsReason
 
ExceptionBreakMode - Enum in org.eclipse.lsp4j.debug
This enumeration defines all possible conditions when a thrown exception should result in a break.
ExceptionBreakpointsFilter - Class in org.eclipse.lsp4j.debug
An ExceptionBreakpointsFilter is shown in the UI as an filter option for configuring how exceptions are dealt with.
ExceptionBreakpointsFilter() - Constructor for class org.eclipse.lsp4j.debug.ExceptionBreakpointsFilter
 
ExceptionDetails - Class in org.eclipse.lsp4j.debug
Detailed information about an exception that has occurred.
ExceptionDetails() - Constructor for class org.eclipse.lsp4j.debug.ExceptionDetails
 
ExceptionFilterOptions - Class in org.eclipse.lsp4j.debug
An ExceptionFilterOptions is used to specify an exception filter together with a condition for the 'setExceptionBreakpoints' request.
ExceptionFilterOptions() - Constructor for class org.eclipse.lsp4j.debug.ExceptionFilterOptions
 
exceptionInfo(ExceptionInfoArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
Retrieves the details of the exception that caused this event to be raised.
ExceptionInfoArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'exceptionInfo' request.
ExceptionInfoArguments() - Constructor for class org.eclipse.lsp4j.debug.ExceptionInfoArguments
 
ExceptionInfoResponse - Class in org.eclipse.lsp4j.debug
Response to 'exceptionInfo' request.
ExceptionInfoResponse() - Constructor for class org.eclipse.lsp4j.debug.ExceptionInfoResponse
 
ExceptionOptions - Class in org.eclipse.lsp4j.debug
An ExceptionOptions assigns configuration options to a set of exceptions.
ExceptionOptions() - Constructor for class org.eclipse.lsp4j.debug.ExceptionOptions
 
ExceptionPathSegment - Class in org.eclipse.lsp4j.debug
An ExceptionPathSegment represents a segment in a path that is used to match leafs or nodes in a tree of exceptions.
ExceptionPathSegment() - Constructor for class org.eclipse.lsp4j.debug.ExceptionPathSegment
 
exited(ExitedEventArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolClient
The event indicates that the debuggee has exited and returns its exit code.
EXITED - Static variable in interface org.eclipse.lsp4j.debug.ThreadEventArgumentsReason
 
ExitedEventArguments - Class in org.eclipse.lsp4j.debug
The event indicates that the debuggee has exited and returns its exit code.
ExitedEventArguments() - Constructor for class org.eclipse.lsp4j.debug.ExitedEventArguments
 
EXTERNAL - org.eclipse.lsp4j.debug.RunInTerminalRequestArgumentsKind
 

F

FAILED - org.eclipse.lsp4j.debug.BreakpointNotVerifiedReason
Indicates a breakpoint was not able to be verified, and the adapter does not believe it can be verified without intervention.
FIELD - org.eclipse.lsp4j.debug.CompletionItemType
 
FILE - org.eclipse.lsp4j.debug.CompletionItemType
 
FINAL - Static variable in interface org.eclipse.lsp4j.debug.VariablePresentationHintVisibility
 
FUNCTION - org.eclipse.lsp4j.debug.CompletionItemType
 
FUNCTION_BREAKPOINT - Static variable in interface org.eclipse.lsp4j.debug.StoppedEventArgumentsReason
 
FunctionBreakpoint - Class in org.eclipse.lsp4j.debug
Properties of a breakpoint passed to the setFunctionBreakpoints request.
FunctionBreakpoint() - Constructor for class org.eclipse.lsp4j.debug.FunctionBreakpoint
 

G

get__restart() - Method in class org.eclipse.lsp4j.debug.AttachRequestArguments
Arbitrary data from the previous, restarted session.
get__restart() - Method in class org.eclipse.lsp4j.debug.LaunchRequestArguments
Arbitrary data from the previous, restarted session.
getAccessType() - Method in class org.eclipse.lsp4j.debug.DataBreakpoint
The access type of the data.
getAccessTypes() - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoResponse
Attribute lists the available access types for a potential data breakpoint.
getAdapterData() - Method in class org.eclipse.lsp4j.debug.Source
Additional data that a debug adapter might want to loop through the client.
getAdapterID() - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
The ID of the debug adapter.
getAdditionalModuleColumns() - Method in class org.eclipse.lsp4j.debug.Capabilities
The set of additional module information exposed by the debug adapter.
getAddress() - Method in class org.eclipse.lsp4j.debug.DisassembledInstruction
The address of the instruction.
getAddress() - Method in class org.eclipse.lsp4j.debug.ReadMemoryResponse
The address of the first byte of data returned.
getAddressRange() - Method in class org.eclipse.lsp4j.debug.Module
Address range covered by this module.
getAlgorithm() - Method in class org.eclipse.lsp4j.debug.Checksum
The algorithm used to calculate this checksum.
getAllowPartial() - Method in class org.eclipse.lsp4j.debug.WriteMemoryArguments
Property to control partial writes.
getAllThreadsContinued() - Method in class org.eclipse.lsp4j.debug.ContinuedEventArguments
If 'allThreadsContinued' is true, a debug adapter can announce that all threads have continued.
getAllThreadsContinued() - Method in class org.eclipse.lsp4j.debug.ContinueResponse
The value true (or a missing property) signals to the client that all threads have been resumed.
getAllThreadsStopped() - Method in class org.eclipse.lsp4j.debug.StoppedEventArguments
If 'allThreadsStopped' is true, a debug adapter can announce that all threads have stopped.
getAppliesTo() - Method in class org.eclipse.lsp4j.debug.BreakpointMode
Describes one or more type of breakpoint this mode applies to.
getAreas() - Method in class org.eclipse.lsp4j.debug.InvalidatedEventArguments
Set of logical areas that got invalidated.
getArgs() - Method in class org.eclipse.lsp4j.debug.RunInTerminalRequestArguments
List of arguments.
getArgsCanBeInterpretedByShell() - Method in class org.eclipse.lsp4j.debug.RunInTerminalRequestArguments
This property should only be set if the corresponding capability InitializeRequestArguments.getSupportsArgsCanBeInterpretedByShell() is true.
getArguments() - Method in class org.eclipse.lsp4j.debug.RestartArguments
The latest version of the 'launch' or 'attach' configuration.
getAsAddress() - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoArguments
If `true`, the `name` is a memory address and the debugger should interpret it as a decimal value, or hex value if it is prefixed with `0x`.
getAttributeName() - Method in class org.eclipse.lsp4j.debug.ColumnDescriptor
Name of the attribute rendered in this column.
getAttributes() - Method in class org.eclipse.lsp4j.debug.VariablePresentationHint
Set of attributes represented as an array of strings.
getBreakMode() - Method in class org.eclipse.lsp4j.debug.ExceptionInfoResponse
Mode that caused the exception notification to be raised.
getBreakMode() - Method in class org.eclipse.lsp4j.debug.ExceptionOptions
Condition when a thrown exception should result in a break.
getBreakpoint() - Method in class org.eclipse.lsp4j.debug.BreakpointEventArguments
The 'id' attribute is used to find the target breakpoint and the other attributes are used as the new values.
getBreakpointModes() - Method in class org.eclipse.lsp4j.debug.Capabilities
Modes of breakpoints supported by the debug adapter, such as 'hardware' or 'software'.
getBreakpoints() - Method in class org.eclipse.lsp4j.debug.BreakpointLocationsResponse
Sorted set of possible breakpoint locations.
getBreakpoints() - Method in class org.eclipse.lsp4j.debug.SetBreakpointsArguments
The code locations of the breakpoints.
getBreakpoints() - Method in class org.eclipse.lsp4j.debug.SetBreakpointsResponse
Information about the breakpoints.
getBreakpoints() - Method in class org.eclipse.lsp4j.debug.SetDataBreakpointsArguments
The contents of this array replaces all existing data breakpoints.
getBreakpoints() - Method in class org.eclipse.lsp4j.debug.SetDataBreakpointsResponse
Information about the data breakpoints.
getBreakpoints() - Method in class org.eclipse.lsp4j.debug.SetExceptionBreakpointsResponse
Information about the exception breakpoints or filters.
getBreakpoints() - Method in class org.eclipse.lsp4j.debug.SetFunctionBreakpointsArguments
The function names of the breakpoints.
getBreakpoints() - Method in class org.eclipse.lsp4j.debug.SetFunctionBreakpointsResponse
Information about the breakpoints.
getBreakpoints() - Method in class org.eclipse.lsp4j.debug.SetInstructionBreakpointsArguments
The instruction references of the breakpoints
getBreakpoints() - Method in class org.eclipse.lsp4j.debug.SetInstructionBreakpointsResponse
Information about the breakpoints.
getBytes() - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoArguments
If specified, a debug adapter should return information for the range of memory extending `bytes` number of bytes from the address or variable specified by `name`.
getBytesWritten() - Method in class org.eclipse.lsp4j.debug.WriteMemoryResponse
Property that should be returned when 'allowPartial' is true to indicate the number of bytes starting from address that were successfully written.
getCancellable() - Method in class org.eclipse.lsp4j.debug.ProgressStartEventArguments
If true, the request that reports progress may be cancelled with a 'cancel' request.
getCanPersist() - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoResponse
Attribute indicates that a potential data breakpoint could be persisted across sessions.
getCanRestart() - Method in class org.eclipse.lsp4j.debug.StackFrame
Indicates whether this frame can be restarted with the `restartFrame` request.
getCapabilities() - Method in class org.eclipse.lsp4j.debug.CapabilitiesEventArguments
The set of updated capabilities.
getCategory() - Method in class org.eclipse.lsp4j.debug.OutputEventArguments
The output category.
getChecksum() - Method in class org.eclipse.lsp4j.debug.Checksum
Value of the checksum, encoded as a hexadecimal value.
getChecksums() - Method in class org.eclipse.lsp4j.debug.Source
The checksums associated with this file.
getClientID() - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
The ID of the client using this adapter.
getClientName() - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
The human-readable name of the client using this adapter.
getColumn() - Method in class org.eclipse.lsp4j.debug.Breakpoint
Start position of the source range covered by the breakpoint.
getColumn() - Method in class org.eclipse.lsp4j.debug.BreakpointLocation
The start position of a breakpoint location.
getColumn() - Method in class org.eclipse.lsp4j.debug.BreakpointLocationsArguments
Start position within `line` to search possible breakpoint locations in.
getColumn() - Method in class org.eclipse.lsp4j.debug.CompletionsArguments
The position within `text` for which to determine the completion proposals.
getColumn() - Method in class org.eclipse.lsp4j.debug.DisassembledInstruction
The column within the line that corresponds to this instruction, if any.
getColumn() - Method in class org.eclipse.lsp4j.debug.EvaluateArguments
The contextual column where the expression should be evaluated.
getColumn() - Method in class org.eclipse.lsp4j.debug.GotoTarget
The column of the goto target.
getColumn() - Method in class org.eclipse.lsp4j.debug.GotoTargetsArguments
The position within `line` for which the goto targets are determined.
getColumn() - Method in class org.eclipse.lsp4j.debug.LocationsResponse
Position of the location within the `line`.
getColumn() - Method in class org.eclipse.lsp4j.debug.OutputEventArguments
The position in `line` where the output was produced.
getColumn() - Method in class org.eclipse.lsp4j.debug.Scope
Start position of the range covered by the scope.
getColumn() - Method in class org.eclipse.lsp4j.debug.SourceBreakpoint
Start position within source line of the breakpoint or logpoint.
getColumn() - Method in class org.eclipse.lsp4j.debug.StackFrame
Start position of the range covered by the stack frame.
getColumn() - Method in class org.eclipse.lsp4j.debug.StepInTarget
Start position of the range covered by the step in target.
getColumnsStartAt1() - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
If true all column numbers are 1-based (default).
getCompletionTriggerCharacters() - Method in class org.eclipse.lsp4j.debug.Capabilities
The set of characters that should trigger completion in a REPL.
getCondition() - Method in class org.eclipse.lsp4j.debug.DataBreakpoint
An expression for conditional breakpoints.
getCondition() - Method in class org.eclipse.lsp4j.debug.ExceptionFilterOptions
An expression for conditional exceptions.
getCondition() - Method in class org.eclipse.lsp4j.debug.FunctionBreakpoint
An expression for conditional breakpoints.
getCondition() - Method in class org.eclipse.lsp4j.debug.InstructionBreakpoint
An expression for conditional breakpoints.
getCondition() - Method in class org.eclipse.lsp4j.debug.SourceBreakpoint
The expression for conditional breakpoints.
getConditionDescription() - Method in class org.eclipse.lsp4j.debug.ExceptionBreakpointsFilter
A help text providing information about the condition.
getConfiguration() - Method in class org.eclipse.lsp4j.debug.StartDebuggingRequestArguments
Arguments passed to the new debug session.
getContent() - Method in class org.eclipse.lsp4j.debug.SourceResponse
Content of the source reference.
getContext() - Method in class org.eclipse.lsp4j.debug.EvaluateArguments
The context in which the evaluate request is used.
getCount() - Method in class org.eclipse.lsp4j.debug.MemoryEventArguments
Number of bytes updated.
getCount() - Method in class org.eclipse.lsp4j.debug.ReadMemoryArguments
Number of bytes to read at the specified location and offset.
getCount() - Method in class org.eclipse.lsp4j.debug.VariablesArguments
The number of variables to return.
getCwd() - Method in class org.eclipse.lsp4j.debug.RunInTerminalRequestArguments
Working directory for the command.
getData() - Method in class org.eclipse.lsp4j.debug.OutputEventArguments
Additional data to report.
getData() - Method in class org.eclipse.lsp4j.debug.ReadMemoryResponse
The bytes read from memory, encoded using base64.
getData() - Method in class org.eclipse.lsp4j.debug.WriteMemoryArguments
Bytes to write, encoded using base64.
getDataId() - Method in class org.eclipse.lsp4j.debug.DataBreakpoint
An id representing the data.
getDataId() - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoResponse
An identifier for the data on which a data breakpoint can be registered with the setDataBreakpoints request or null if no data breakpoint is available.
getDateTimeStamp() - Method in class org.eclipse.lsp4j.debug.Module
Module created or modified, encoded as a RFC 3339 timestamp.
getDeclarationLocationReference() - Method in class org.eclipse.lsp4j.debug.Variable
A reference that allows the client to request the location where the variable is declared.
getDefault_() - Method in class org.eclipse.lsp4j.debug.ExceptionBreakpointsFilter
Initial value of the filter option.
getDescription() - Method in class org.eclipse.lsp4j.debug.BreakpointMode
A help text providing additional information about the breakpoint mode.
getDescription() - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoResponse
UI string that describes on what data the breakpoint is set on or why a data breakpoint is not available.
getDescription() - Method in class org.eclipse.lsp4j.debug.ExceptionBreakpointsFilter
A help text providing additional information about the exception filter.
getDescription() - Method in class org.eclipse.lsp4j.debug.ExceptionInfoResponse
Descriptive text for the exception.
getDescription() - Method in class org.eclipse.lsp4j.debug.StoppedEventArguments
The full reason for the event, e.g.
getDetail() - Method in class org.eclipse.lsp4j.debug.CompletionItem
A human-readable string with additional information about this item, like type or symbol information.
getDetails() - Method in class org.eclipse.lsp4j.debug.ExceptionInfoResponse
Detailed information about the exception.
getEndColumn() - Method in class org.eclipse.lsp4j.debug.Breakpoint
End position of the source range covered by the breakpoint.
getEndColumn() - Method in class org.eclipse.lsp4j.debug.BreakpointLocation
The end position of a breakpoint location (if the location covers a range).
getEndColumn() - Method in class org.eclipse.lsp4j.debug.BreakpointLocationsArguments
End position within `endLine` to search possible breakpoint locations in.
getEndColumn() - Method in class org.eclipse.lsp4j.debug.DisassembledInstruction
The end column of the range that corresponds to this instruction, if any.
getEndColumn() - Method in class org.eclipse.lsp4j.debug.GotoTarget
The end column of the range covered by the goto target.
getEndColumn() - Method in class org.eclipse.lsp4j.debug.LocationsResponse
End position of the location within `endLine`, present if the location refers to a range.
getEndColumn() - Method in class org.eclipse.lsp4j.debug.Scope
End position of the range covered by the scope.
getEndColumn() - Method in class org.eclipse.lsp4j.debug.StackFrame
End position of the range covered by the stack frame.
getEndColumn() - Method in class org.eclipse.lsp4j.debug.StepInTarget
End position of the range covered by the step in target.
getEndLine() - Method in class org.eclipse.lsp4j.debug.Breakpoint
The end line of the actual range covered by the breakpoint.
getEndLine() - Method in class org.eclipse.lsp4j.debug.BreakpointLocation
The end line of breakpoint location if the location covers a range.
getEndLine() - Method in class org.eclipse.lsp4j.debug.BreakpointLocationsArguments
End line of range to search possible breakpoint locations in.
getEndLine() - Method in class org.eclipse.lsp4j.debug.DisassembledInstruction
The end line of the range that corresponds to this instruction, if any.
getEndLine() - Method in class org.eclipse.lsp4j.debug.GotoTarget
The end line of the range covered by the goto target.
getEndLine() - Method in class org.eclipse.lsp4j.debug.LocationsResponse
End line of the location, present if the location refers to a range.
getEndLine() - Method in class org.eclipse.lsp4j.debug.Scope
The end line of the range covered by this scope.
getEndLine() - Method in class org.eclipse.lsp4j.debug.StackFrame
The end line of the range covered by the stack frame.
getEndLine() - Method in class org.eclipse.lsp4j.debug.StepInTarget
The end line of the range covered by the step-in target.
getEnv() - Method in class org.eclipse.lsp4j.debug.RunInTerminalRequestArguments
Environment key-value pairs that are added to or removed from the default environment.
getEvaluateName() - Method in class org.eclipse.lsp4j.debug.ExceptionDetails
An expression that can be evaluated in the current scope to obtain the exception object.
getEvaluateName() - Method in class org.eclipse.lsp4j.debug.Variable
The evaluatable name of this variable which can be passed to the 'EvaluateRequest' to fetch the variable's value.
getExceptionBreakpointFilters() - Method in class org.eclipse.lsp4j.debug.Capabilities
Available exception filter options for the 'setExceptionBreakpoints' request.
getExceptionId() - Method in class org.eclipse.lsp4j.debug.ExceptionInfoResponse
ID of the exception that was thrown.
getExceptionOptions() - Method in class org.eclipse.lsp4j.debug.SetExceptionBreakpointsArguments
Configuration options for selected exceptions.
getExitCode() - Method in class org.eclipse.lsp4j.debug.ExitedEventArguments
The exit code returned from the debuggee.
getExpression() - Method in class org.eclipse.lsp4j.debug.EvaluateArguments
The expression to evaluate.
getExpression() - Method in class org.eclipse.lsp4j.debug.SetExpressionArguments
The l-value expression to assign to.
getFilter() - Method in class org.eclipse.lsp4j.debug.ExceptionBreakpointsFilter
The internal ID of the filter option.
getFilter() - Method in class org.eclipse.lsp4j.debug.VariablesArguments
Filter to limit the child variables to either named or indexed.
getFilterId() - Method in class org.eclipse.lsp4j.debug.ExceptionFilterOptions
ID of an exception filter returned by the 'exceptionBreakpointFilters' capability.
getFilterOptions() - Method in class org.eclipse.lsp4j.debug.SetExceptionBreakpointsArguments
Set of exception filters and their options.
getFilters() - Method in class org.eclipse.lsp4j.debug.SetExceptionBreakpointsArguments
Set of exception filters specified by their ID.
getFormat() - Method in class org.eclipse.lsp4j.debug.ColumnDescriptor
Format to use for the rendered values in this column.
getFormat() - Method in class org.eclipse.lsp4j.debug.EvaluateArguments
Specifies details on how to format the result.
getFormat() - Method in class org.eclipse.lsp4j.debug.Message
A format string for the message.
getFormat() - Method in class org.eclipse.lsp4j.debug.SetExpressionArguments
Specifies how the resulting value should be formatted.
getFormat() - Method in class org.eclipse.lsp4j.debug.SetVariableArguments
Specifies details on how to format the response value.
getFormat() - Method in class org.eclipse.lsp4j.debug.StackTraceArguments
Specifies details on how to format the stack frames.
getFormat() - Method in class org.eclipse.lsp4j.debug.VariablesArguments
Specifies details on how to format the Variable values.
getFrameId() - Method in class org.eclipse.lsp4j.debug.CompletionsArguments
Returns completions in the scope of this stack frame.
getFrameId() - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoArguments
When `name` is an expression, evaluate it in the scope of this stack frame.
getFrameId() - Method in class org.eclipse.lsp4j.debug.EvaluateArguments
Evaluate the expression in the scope of this stack frame.
getFrameId() - Method in class org.eclipse.lsp4j.debug.RestartFrameArguments
Restart the stack frame identified by `frameId`.
getFrameId() - Method in class org.eclipse.lsp4j.debug.ScopesArguments
Retrieve the scopes for the stack frame identified by `frameId`.
getFrameId() - Method in class org.eclipse.lsp4j.debug.SetExpressionArguments
Evaluate the expressions in the scope of this stack frame.
getFrameId() - Method in class org.eclipse.lsp4j.debug.StepInTargetsArguments
The stack frame for which to retrieve the possible step-in targets.
getFullTypeName() - Method in class org.eclipse.lsp4j.debug.ExceptionDetails
Fully-qualified type name of the exception object.
getGranularity() - Method in class org.eclipse.lsp4j.debug.NextArguments
Stepping granularity.
getGranularity() - Method in class org.eclipse.lsp4j.debug.StepBackArguments
Stepping granularity.
getGranularity() - Method in class org.eclipse.lsp4j.debug.StepInArguments
Stepping granularity.
getGranularity() - Method in class org.eclipse.lsp4j.debug.StepOutArguments
Stepping granularity.
getGroup() - Method in class org.eclipse.lsp4j.debug.OutputEventArguments
Support for keeping an output log organized by grouping related messages.
getHex() - Method in class org.eclipse.lsp4j.debug.ValueFormat
Display the value in hex.
getHitBreakpointIds() - Method in class org.eclipse.lsp4j.debug.StoppedEventArguments
Ids of the breakpoints that triggered the event.
getHitCondition() - Method in class org.eclipse.lsp4j.debug.DataBreakpoint
An expression that controls how many hits of the breakpoint are ignored.
getHitCondition() - Method in class org.eclipse.lsp4j.debug.FunctionBreakpoint
An expression that controls how many hits of the breakpoint are ignored.
getHitCondition() - Method in class org.eclipse.lsp4j.debug.InstructionBreakpoint
An expression that controls how many hits of the breakpoint are ignored.
getHitCondition() - Method in class org.eclipse.lsp4j.debug.SourceBreakpoint
The expression that controls how many hits of the breakpoint are ignored.
getId() - Method in class org.eclipse.lsp4j.debug.Breakpoint
The identifier for the breakpoint.
getId() - Method in class org.eclipse.lsp4j.debug.GotoTarget
Unique identifier for a goto target.
getId() - Method in class org.eclipse.lsp4j.debug.Message
Unique (within a debug adapter implementation) identifier for the message.
getId() - Method in class org.eclipse.lsp4j.debug.Module
Unique identifier for the module.
getId() - Method in class org.eclipse.lsp4j.debug.StackFrame
An identifier for the stack frame.
getId() - Method in class org.eclipse.lsp4j.debug.StepInTarget
Unique identifier for a step-in target.
getId() - Method in class org.eclipse.lsp4j.debug.Thread
Unique identifier for the thread.
getIncludeAll() - Method in class org.eclipse.lsp4j.debug.StackFrameFormat
Includes all stack frames, including those the debug adapter might otherwise hide.
getIndexedVariables() - Method in class org.eclipse.lsp4j.debug.EvaluateResponse
The number of indexed child variables.
getIndexedVariables() - Method in class org.eclipse.lsp4j.debug.Scope
The number of indexed variables in this scope.
getIndexedVariables() - Method in class org.eclipse.lsp4j.debug.SetExpressionResponse
The number of indexed child variables.
getIndexedVariables() - Method in class org.eclipse.lsp4j.debug.SetVariableResponse
The number of indexed child variables.
getIndexedVariables() - Method in class org.eclipse.lsp4j.debug.Variable
The number of indexed child variables.
getInnerException() - Method in class org.eclipse.lsp4j.debug.ExceptionDetails
Details of the exception contained by this exception, if any.
getInstruction() - Method in class org.eclipse.lsp4j.debug.DisassembledInstruction
Text representing the instruction and its operands, in an implementation-defined format.
getInstructionBytes() - Method in class org.eclipse.lsp4j.debug.DisassembledInstruction
Raw bytes representing the instruction and its operands, in an implementation-defined format.
getInstructionCount() - Method in class org.eclipse.lsp4j.debug.DisassembleArguments
Number of instructions to disassemble starting at the specified location and offset.
getInstructionOffset() - Method in class org.eclipse.lsp4j.debug.DisassembleArguments
Offset (in instructions) to be applied after the byte offset (if any) before disassembling.
getInstructionPointerReference() - Method in class org.eclipse.lsp4j.debug.GotoTarget
A memory reference for the instruction pointer value represented by this target.
getInstructionPointerReference() - Method in class org.eclipse.lsp4j.debug.StackFrame
A memory reference for the current instruction pointer in this frame.
getInstructionReference() - Method in class org.eclipse.lsp4j.debug.Breakpoint
A memory reference to where the breakpoint is set.
getInstructionReference() - Method in class org.eclipse.lsp4j.debug.InstructionBreakpoint
The instruction reference of the breakpoint.
getInstructions() - Method in class org.eclipse.lsp4j.debug.DisassembleResponse
The list of disassembled instructions.
getIsLocalProcess() - Method in class org.eclipse.lsp4j.debug.ProcessEventArguments
If true, the process is running on the same computer as the debug adapter.
getIsOptimized() - Method in class org.eclipse.lsp4j.debug.Module
True if the module is optimized.
getIsUserCode() - Method in class org.eclipse.lsp4j.debug.Module
True if the module is considered 'user code' by a debugger that supports 'Just My Code'.
getKind() - Method in class org.eclipse.lsp4j.debug.RunInTerminalRequestArguments
What kind of terminal to launch.
getKind() - Method in class org.eclipse.lsp4j.debug.VariablePresentationHint
The kind of variable.
getLabel() - Method in class org.eclipse.lsp4j.debug.BreakpointMode
The name of the breakpoint mode.
getLabel() - Method in class org.eclipse.lsp4j.debug.ColumnDescriptor
Header UI label of column.
getLabel() - Method in class org.eclipse.lsp4j.debug.CompletionItem
The label of this completion item.
getLabel() - Method in class org.eclipse.lsp4j.debug.ExceptionBreakpointsFilter
The name of the filter option.
getLabel() - Method in class org.eclipse.lsp4j.debug.GotoTarget
The name of the goto target (shown in the UI).
getLabel() - Method in class org.eclipse.lsp4j.debug.StepInTarget
The name of the step-in target (shown in the UI).
getLazy() - Method in class org.eclipse.lsp4j.debug.VariablePresentationHint
If true, clients can present the variable with a UI that supports a specific gesture to trigger its evaluation.
getLength() - Method in class org.eclipse.lsp4j.debug.CompletionItem
Length determines how many characters are overwritten by the completion text and it is measured in UTF-16 code units.
getLevels() - Method in class org.eclipse.lsp4j.debug.StackTraceArguments
The maximum number of frames to return.
getLine() - Method in class org.eclipse.lsp4j.debug.Breakpoint
The start line of the actual range covered by the breakpoint.
getLine() - Method in class org.eclipse.lsp4j.debug.BreakpointLocation
Start line of breakpoint location.
getLine() - Method in class org.eclipse.lsp4j.debug.BreakpointLocationsArguments
Start line of range to search possible breakpoint locations in.
getLine() - Method in class org.eclipse.lsp4j.debug.CompletionsArguments
A line for which to determine the completion proposals.
getLine() - Method in class org.eclipse.lsp4j.debug.DisassembledInstruction
The line within the source location that corresponds to this instruction, if any.
getLine() - Method in class org.eclipse.lsp4j.debug.EvaluateArguments
The contextual line where the expression should be evaluated.
getLine() - Method in class org.eclipse.lsp4j.debug.GotoTarget
The line of the goto target.
getLine() - Method in class org.eclipse.lsp4j.debug.GotoTargetsArguments
The line location for which the goto targets are determined.
getLine() - Method in class org.eclipse.lsp4j.debug.LocationsResponse
The line number of the location.
getLine() - Method in class org.eclipse.lsp4j.debug.OutputEventArguments
The source location's line where the output was produced.
getLine() - Method in class org.eclipse.lsp4j.debug.Scope
The start line of the range covered by this scope.
getLine() - Method in class org.eclipse.lsp4j.debug.SourceBreakpoint
The source line of the breakpoint or logpoint.
getLine() - Method in class org.eclipse.lsp4j.debug.StackFrame
The line within the source of the frame.
getLine() - Method in class org.eclipse.lsp4j.debug.StackFrameFormat
Displays the line number of the stack frame.
getLine() - Method in class org.eclipse.lsp4j.debug.StepInTarget
The line of the step-in target.
getLines() - Method in class org.eclipse.lsp4j.debug.SetBreakpointsArguments
Deprecated.
Use SourceBreakpoint.line of SetBreakpointsArguments.breakpoints instead.
getLinesStartAt1() - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
If true all line numbers are 1-based (default).
getLocale() - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
The ISO-639 locale of the client using this adapter, e.g.
getLocation() - Method in class org.eclipse.lsp4j.debug.DisassembledInstruction
Source location that corresponds to this instruction, if any.
getLocationReference() - Method in class org.eclipse.lsp4j.debug.LocationsArguments
Location reference to resolve.
getLocationReference() - Method in class org.eclipse.lsp4j.debug.OutputEventArguments
A reference that allows the client to request the location where the new value is declared.
getLogMessage() - Method in class org.eclipse.lsp4j.debug.SourceBreakpoint
If this attribute exists and is non-empty, the debug adapter must not 'break' (stop)
getMemoryReference() - Method in class org.eclipse.lsp4j.debug.DisassembleArguments
Memory reference to the base location containing the instructions to disassemble.
getMemoryReference() - Method in class org.eclipse.lsp4j.debug.EvaluateResponse
A memory reference to a location appropriate for this result.
getMemoryReference() - Method in class org.eclipse.lsp4j.debug.MemoryEventArguments
Memory reference of a memory range that has been updated.
getMemoryReference() - Method in class org.eclipse.lsp4j.debug.ReadMemoryArguments
Memory reference to the base location from which data should be read.
getMemoryReference() - Method in class org.eclipse.lsp4j.debug.SetExpressionResponse
A memory reference to a location appropriate for this result.
getMemoryReference() - Method in class org.eclipse.lsp4j.debug.SetVariableResponse
A memory reference to a location appropriate for this result.
getMemoryReference() - Method in class org.eclipse.lsp4j.debug.Variable
A memory reference associated with this variable.
getMemoryReference() - Method in class org.eclipse.lsp4j.debug.WriteMemoryArguments
Memory reference to the base location to which data should be written.
getMessage() - Method in class org.eclipse.lsp4j.debug.Breakpoint
A message about the state of the breakpoint.
getMessage() - Method in class org.eclipse.lsp4j.debug.ExceptionDetails
Message contained in the exception.
getMessage() - Method in class org.eclipse.lsp4j.debug.ProgressEndEventArguments
More detailed progress message.
getMessage() - Method in class org.eclipse.lsp4j.debug.ProgressStartEventArguments
More detailed progress message.
getMessage() - Method in class org.eclipse.lsp4j.debug.ProgressUpdateEventArguments
More detailed progress message.
getMimeType() - Method in class org.eclipse.lsp4j.debug.SourceResponse
Content type (MIME type) of the source.
getMode() - Method in class org.eclipse.lsp4j.debug.BreakpointMode
The internal ID of the mode.
getMode() - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoArguments
The mode of the desired breakpoint.
getMode() - Method in class org.eclipse.lsp4j.debug.ExceptionFilterOptions
The mode of this exception breakpoint.
getMode() - Method in class org.eclipse.lsp4j.debug.InstructionBreakpoint
The mode of this breakpoint.
getMode() - Method in class org.eclipse.lsp4j.debug.SourceBreakpoint
The mode of this breakpoint.
getModule() - Method in class org.eclipse.lsp4j.debug.ModuleEventArguments
The new, changed, or removed module.
getModule() - Method in class org.eclipse.lsp4j.debug.StackFrameFormat
Displays the module of the stack frame.
getModuleCount() - Method in class org.eclipse.lsp4j.debug.ModulesArguments
The number of modules to return.
getModuleId() - Method in class org.eclipse.lsp4j.debug.StackFrame
The module associated with this frame, if any.
getModules() - Method in class org.eclipse.lsp4j.debug.ModulesResponse
All modules or range of modules.
getName() - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoArguments
The name of the Variable's child to obtain data breakpoint information for.
getName() - Method in class org.eclipse.lsp4j.debug.FunctionBreakpoint
The name of the function.
getName() - Method in class org.eclipse.lsp4j.debug.Module
A name of the module.
getName() - Method in class org.eclipse.lsp4j.debug.ProcessEventArguments
The logical name of the process.
getName() - Method in class org.eclipse.lsp4j.debug.Scope
Name of the scope such as 'Arguments', 'Locals', or 'Registers'.
getName() - Method in class org.eclipse.lsp4j.debug.SetVariableArguments
The name of the variable in the container.
getName() - Method in class org.eclipse.lsp4j.debug.Source
The short name of the source.
getName() - Method in class org.eclipse.lsp4j.debug.StackFrame
The name of the stack frame, typically a method name.
getName() - Method in class org.eclipse.lsp4j.debug.Thread
The name of the thread.
getName() - Method in class org.eclipse.lsp4j.debug.Variable
The variable's name.
getNamedVariables() - Method in class org.eclipse.lsp4j.debug.EvaluateResponse
The number of named child variables.
getNamedVariables() - Method in class org.eclipse.lsp4j.debug.Scope
The number of named variables in this scope.
getNamedVariables() - Method in class org.eclipse.lsp4j.debug.SetExpressionResponse
The number of named child variables.
getNamedVariables() - Method in class org.eclipse.lsp4j.debug.SetVariableResponse
The number of named child variables.
getNamedVariables() - Method in class org.eclipse.lsp4j.debug.Variable
The number of named child variables.
getNames() - Method in class org.eclipse.lsp4j.debug.ExceptionPathSegment
Depending on the value of 'negate' the names that should match or not match.
getNegate() - Method in class org.eclipse.lsp4j.debug.ExceptionPathSegment
If false or missing this segment matches the names provided, otherwise it matches anything except the names provided.
getNoDebug() - Method in class org.eclipse.lsp4j.debug.LaunchRequestArguments
If true, the launch request should launch the program without enabling debugging.
getOffset() - Method in class org.eclipse.lsp4j.debug.Breakpoint
The offset from the instruction reference.
getOffset() - Method in class org.eclipse.lsp4j.debug.DisassembleArguments
Offset (in bytes) to be applied to the reference location before disassembling.
getOffset() - Method in class org.eclipse.lsp4j.debug.InstructionBreakpoint
The offset from the instruction reference in bytes.
getOffset() - Method in class org.eclipse.lsp4j.debug.MemoryEventArguments
Starting offset in bytes where memory has been updated.
getOffset() - Method in class org.eclipse.lsp4j.debug.ReadMemoryArguments
Offset (in bytes) to be applied to the reference location before reading data.
getOffset() - Method in class org.eclipse.lsp4j.debug.WriteMemoryArguments
Offset (in bytes) to be applied to the reference location before writing data.
getOffset() - Method in class org.eclipse.lsp4j.debug.WriteMemoryResponse
Property that should be returned when 'allowPartial' is true to indicate the offset of the first byte of data successfully written.
getOrigin() - Method in class org.eclipse.lsp4j.debug.Source
The origin of this source.
getOutput() - Method in class org.eclipse.lsp4j.debug.OutputEventArguments
The output to report.
getParameterNames() - Method in class org.eclipse.lsp4j.debug.StackFrameFormat
Displays the names of parameters for the stack frame.
getParameters() - Method in class org.eclipse.lsp4j.debug.StackFrameFormat
Displays parameters for the stack frame.
getParameterTypes() - Method in class org.eclipse.lsp4j.debug.StackFrameFormat
Displays the types of parameters for the stack frame.
getParameterValues() - Method in class org.eclipse.lsp4j.debug.StackFrameFormat
Displays the values of parameters for the stack frame.
getPath() - Method in class org.eclipse.lsp4j.debug.ExceptionOptions
A path that selects a single or multiple exceptions in a tree.
getPath() - Method in class org.eclipse.lsp4j.debug.Module
Logical full path to the module.
getPath() - Method in class org.eclipse.lsp4j.debug.Source
The path of the source to be shown in the UI.
getPathFormat() - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
Determines in what format paths are specified.
getPercentage() - Method in class org.eclipse.lsp4j.debug.ProgressStartEventArguments
Progress percentage to display (value range: 0 to 100).
getPercentage() - Method in class org.eclipse.lsp4j.debug.ProgressUpdateEventArguments
Progress percentage to display (value range: 0 to 100).
getPointerSize() - Method in class org.eclipse.lsp4j.debug.ProcessEventArguments
The size of a pointer or address for this process, in bits.
getPresentationHint() - Method in class org.eclipse.lsp4j.debug.DisassembledInstruction
A hint for how to present the instruction in the UI.
getPresentationHint() - Method in class org.eclipse.lsp4j.debug.EvaluateResponse
Properties of an evaluate result that can be used to determine how to render the result in the UI.
getPresentationHint() - Method in class org.eclipse.lsp4j.debug.Scope
A hint for how to present this scope in the UI.
getPresentationHint() - Method in class org.eclipse.lsp4j.debug.SetExpressionResponse
Properties of a value that can be used to determine how to render the result in the UI.
getPresentationHint() - Method in class org.eclipse.lsp4j.debug.Source
A hint for how to present the source in the UI.
getPresentationHint() - Method in class org.eclipse.lsp4j.debug.StackFrame
A hint for how to present this frame in the UI.
getPresentationHint() - Method in class org.eclipse.lsp4j.debug.Variable
Properties of a variable that can be used to determine how to render the variable in the UI.
getPreserveFocusHint() - Method in class org.eclipse.lsp4j.debug.StoppedEventArguments
A value of true hints to the client that this event should not change the focus.
getProcessId() - Method in class org.eclipse.lsp4j.debug.RunInTerminalResponse
The process ID.
getProgressId() - Method in class org.eclipse.lsp4j.debug.CancelArguments
The ID (attribute 'progressId') of the progress to cancel.
getProgressId() - Method in class org.eclipse.lsp4j.debug.ProgressEndEventArguments
The ID that was introduced in the initial 'ProgressStartEvent'.
getProgressId() - Method in class org.eclipse.lsp4j.debug.ProgressStartEventArguments
An ID that can be used in subsequent 'progressUpdate' and 'progressEnd' events to make them refer to the same progress reporting.
getProgressId() - Method in class org.eclipse.lsp4j.debug.ProgressUpdateEventArguments
The ID that was introduced in the initial 'progressStart' event.
getReason() - Method in class org.eclipse.lsp4j.debug.Breakpoint
A machine-readable explanation of why a breakpoint may not be verified.
getReason() - Method in class org.eclipse.lsp4j.debug.BreakpointEventArguments
The reason for the event.
getReason() - Method in class org.eclipse.lsp4j.debug.LoadedSourceEventArguments
The reason for the event.
getReason() - Method in class org.eclipse.lsp4j.debug.ModuleEventArguments
The reason for the event.
getReason() - Method in class org.eclipse.lsp4j.debug.StoppedEventArguments
The reason for the event.
getReason() - Method in class org.eclipse.lsp4j.debug.ThreadEventArguments
The reason for the event.
getRequest() - Method in class org.eclipse.lsp4j.debug.StartDebuggingRequestArguments
Indicates whether the new debug session should be started with a `launch` or `attach` request.
getRequestId() - Method in class org.eclipse.lsp4j.debug.CancelArguments
The ID (attribute 'seq') of the request to cancel.
getRequestId() - Method in class org.eclipse.lsp4j.debug.ProgressStartEventArguments
The request ID that this progress report is related to.
getResolveSymbols() - Method in class org.eclipse.lsp4j.debug.DisassembleArguments
If true, the adapter should attempt to resolve memory addresses and other values to symbolic names.
getRestart() - Method in class org.eclipse.lsp4j.debug.DisconnectArguments
A value of true indicates that this 'disconnect' request is part of a restart sequence.
getRestart() - Method in class org.eclipse.lsp4j.debug.TerminateArguments
A value of true indicates that this 'terminate' request is part of a restart sequence.
getRestart() - Method in class org.eclipse.lsp4j.debug.TerminatedEventArguments
A debug adapter may set 'restart' to true (or to an arbitrary object) to request that the client restarts the session.
getResult() - Method in class org.eclipse.lsp4j.debug.EvaluateResponse
The result of the evaluate request.
getScopes() - Method in class org.eclipse.lsp4j.debug.ScopesResponse
The scopes of the stack frame.
getSelectionLength() - Method in class org.eclipse.lsp4j.debug.CompletionItem
Determines the length of the new selection after the text has been inserted (or replaced) and it is measured in UTF-16 code units.
getSelectionStart() - Method in class org.eclipse.lsp4j.debug.CompletionItem
Determines the start of the new selection after the text has been inserted (or replaced).
getSendTelemetry() - Method in class org.eclipse.lsp4j.debug.Message
If true send to telemetry.
getShellProcessId() - Method in class org.eclipse.lsp4j.debug.RunInTerminalResponse
The process ID of the terminal shell.
getShowUser() - Method in class org.eclipse.lsp4j.debug.Message
If true show user.
getSingleThread() - Method in class org.eclipse.lsp4j.debug.ContinueArguments
If this flag is true, execution is resumed only for the thread with given ContinueArguments.threadId.
getSingleThread() - Method in class org.eclipse.lsp4j.debug.NextArguments
If this flag is true, all other suspended threads are not resumed.
getSingleThread() - Method in class org.eclipse.lsp4j.debug.ReverseContinueArguments
If this flag is true, backward execution is resumed only for the thread with given 'threadId'.
getSingleThread() - Method in class org.eclipse.lsp4j.debug.StepBackArguments
If this flag is true, all other suspended threads are not resumed.
getSingleThread() - Method in class org.eclipse.lsp4j.debug.StepInArguments
If this flag is true, all other suspended threads are not resumed.
getSingleThread() - Method in class org.eclipse.lsp4j.debug.StepOutArguments
If this flag is true, all other suspended threads are not resumed.
getSortText() - Method in class org.eclipse.lsp4j.debug.CompletionItem
A string that should be used when comparing this item with other items.
getSource() - Method in class org.eclipse.lsp4j.debug.Breakpoint
The source where the breakpoint is located.
getSource() - Method in class org.eclipse.lsp4j.debug.BreakpointLocationsArguments
The source location of the breakpoints; either 'source.path' or 'source.sourceReference' must be specified.
getSource() - Method in class org.eclipse.lsp4j.debug.EvaluateArguments
The contextual source in which the `line` is found.
getSource() - Method in class org.eclipse.lsp4j.debug.GotoTargetsArguments
The source location for which the goto targets are determined.
getSource() - Method in class org.eclipse.lsp4j.debug.LoadedSourceEventArguments
The new, changed, or removed source.
getSource() - Method in class org.eclipse.lsp4j.debug.LocationsResponse
The source containing the location; either `source.path` or `source.sourceReference` must be specified.
getSource() - Method in class org.eclipse.lsp4j.debug.OutputEventArguments
The source location where the output was produced.
getSource() - Method in class org.eclipse.lsp4j.debug.Scope
The source for this scope.
getSource() - Method in class org.eclipse.lsp4j.debug.SetBreakpointsArguments
The source location of the breakpoints; either 'source.path' or 'source.sourceReference' must be specified.
getSource() - Method in class org.eclipse.lsp4j.debug.SourceArguments
Specifies the source content to load.
getSource() - Method in class org.eclipse.lsp4j.debug.StackFrame
The source of the frame.
getSourceModified() - Method in class org.eclipse.lsp4j.debug.SetBreakpointsArguments
A value of true indicates that the underlying source has been modified which results in new breakpoint locations.
getSourceReference() - Method in class org.eclipse.lsp4j.debug.Source
If the value > 0 the contents of the source must be retrieved through the SourceRequest (even if a path is specified).
getSourceReference() - Method in class org.eclipse.lsp4j.debug.SourceArguments
The reference to the source.
getSources() - Method in class org.eclipse.lsp4j.debug.LoadedSourcesResponse
Set of loaded sources.
getSources() - Method in class org.eclipse.lsp4j.debug.Source
A list of sources that are related to this source.
getStackFrameId() - Method in class org.eclipse.lsp4j.debug.InvalidatedEventArguments
If specified, the client only needs to refetch data related to this stack frame (and the 'threadId' is ignored).
getStackFrames() - Method in class org.eclipse.lsp4j.debug.StackTraceResponse
The frames of the stack frame.
getStackTrace() - Method in class org.eclipse.lsp4j.debug.ExceptionDetails
Stack trace at the time the exception was thrown.
getStart() - Method in class org.eclipse.lsp4j.debug.CompletionItem
Start position (within the `text` attribute of the `completions` request) where the completion text is added.
getStart() - Method in class org.eclipse.lsp4j.debug.VariablesArguments
The index of the first variable to return; if omitted children start at 0.
getStartFrame() - Method in class org.eclipse.lsp4j.debug.StackTraceArguments
The index of the first frame to return; if omitted frames start at 0.
getStartMethod() - Method in class org.eclipse.lsp4j.debug.ProcessEventArguments
Describes how the debug engine started debugging this process.
getStartModule() - Method in class org.eclipse.lsp4j.debug.ModulesArguments
The index of the first module to return; if omitted modules start at 0.
getSupportedChecksumAlgorithms() - Method in class org.eclipse.lsp4j.debug.Capabilities
Checksum algorithms supported by the debug adapter.
getSupportsANSIStyling() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports ANSI escape sequences in styling of `OutputEvent.output` and `Variable.value` fields.
getSupportsANSIStyling() - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
The client will interpret ANSI escape sequences in the display of `OutputEvent.output` and `Variable.value` fields when `Capabilities.supportsANSIStyling` is also enabled.
getSupportsArgsCanBeInterpretedByShell() - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
Client supports the 'argsCanBeInterpretedByShell' attribute on the 'runInTerminal' request.
getSupportsBreakpointLocationsRequest() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'breakpointLocations' request.
getSupportsCancelRequest() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'cancel' request.
getSupportsClipboardContext() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'clipboard' context value in the 'evaluate' request.
getSupportsCompletionsRequest() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'completions' request.
getSupportsCondition() - Method in class org.eclipse.lsp4j.debug.ExceptionBreakpointsFilter
Controls whether a condition can be specified for this filter option.
getSupportsConditionalBreakpoints() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports conditional breakpoints.
getSupportsConfigurationDoneRequest() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'configurationDone' request.
getSupportsDataBreakpointBytes() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'asAddress' and 'bytes' fields in the 'dataBreakpointInfo' request.
getSupportsDataBreakpoints() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports data breakpoints.
getSupportsDelayedStackTraceLoading() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the delayed loading of parts of the stack, which requires that both the 'startFrame' and 'levels' arguments and the 'totalFrames' result of the 'StackTrace' request are supported.
getSupportsDisassembleRequest() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'disassemble' request.
getSupportsEvaluateForHovers() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports a (side effect free) evaluate request for data hovers.
getSupportsExceptionFilterOptions() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports 'filterOptions' as an argument on the 'setExceptionBreakpoints' request.
getSupportsExceptionInfoRequest() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'exceptionInfo' request.
getSupportsExceptionOptions() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports 'exceptionOptions' on the setExceptionBreakpoints request.
getSupportsFunctionBreakpoints() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports function breakpoints.
getSupportsGotoTargetsRequest() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'gotoTargets' request.
getSupportsHitConditionalBreakpoints() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports breakpoints that break execution after a specified number of hits.
getSupportsInstructionBreakpoints() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports adding breakpoints based on instruction references.
getSupportsInvalidatedEvent() - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
Client supports the invalidated event.
getSupportsLoadedSourcesRequest() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'loadedSources' request.
getSupportsLogPoints() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports log points by interpreting the 'logMessage' attribute of the SourceBreakpoint.
getSupportsMemoryEvent() - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
Client supports the memory event.
getSupportsMemoryReferences() - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
Client supports memory references.
getSupportsModulesRequest() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'modules' request.
getSupportsProgressReporting() - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
Client supports progress reporting.
getSupportsReadMemoryRequest() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'readMemory' request.
getSupportsRestartFrame() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports restarting a frame.
getSupportsRestartRequest() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'restart' request.
getSupportsRunInTerminalRequest() - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
Client supports the runInTerminal request.
getSupportsSetExpression() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'setExpression' request.
getSupportsSetVariable() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports setting a variable to a value.
getSupportsSingleThreadExecutionRequests() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'singleThread' property on the execution requests ('continue', 'next', 'stepIn', 'stepOut', 'reverseContinue', 'stepBack').
getSupportsStartDebuggingRequest() - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
Client supports the `startDebugging` request.
getSupportsStepBack() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports stepping back via the 'stepBack' and 'reverseContinue' requests.
getSupportsStepInTargetsRequest() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'stepInTargets' request.
getSupportsSteppingGranularity() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports stepping granularities (argument 'granularity') for the stepping requests.
getSupportsTerminateRequest() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'terminate' request.
getSupportsTerminateThreadsRequest() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'terminateThreads' request.
getSupportSuspendDebuggee() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'suspendDebuggee' attribute on the 'disconnect' request.
getSupportsValueFormattingOptions() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports a 'format' attribute on the `stackTrace`, `variables`, and `evaluate` requests.
getSupportsVariablePaging() - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
Client supports the paging of variables.
getSupportsVariableType() - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
Client supports the `type` attribute for variables.
getSupportsWriteMemoryRequest() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'writeMemory' request.
getSupportTerminateDebuggee() - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'terminateDebuggee' attribute on the 'disconnect' request.
getSuspendDebuggee() - Method in class org.eclipse.lsp4j.debug.DisconnectArguments
Indicates whether the debuggee should stay suspended when the debugger is disconnected.
getSymbol() - Method in class org.eclipse.lsp4j.debug.DisassembledInstruction
Name of the symbol that corresponds with the location of this instruction, if any.
getSymbolFilePath() - Method in class org.eclipse.lsp4j.debug.Module
Logical full path to the symbol file.
getSymbolStatus() - Method in class org.eclipse.lsp4j.debug.Module
User-understandable description of if symbols were found for the module (ex: 'Symbols Loaded', 'Symbols not found', etc.)
getSystemProcessId() - Method in class org.eclipse.lsp4j.debug.ProcessEventArguments
The process ID of the debugged process, as assigned by the operating system.
getTargetId() - Method in class org.eclipse.lsp4j.debug.GotoArguments
The location where the debuggee will continue to run.
getTargetId() - Method in class org.eclipse.lsp4j.debug.StepInArguments
Id of the target to step into.
getTargets() - Method in class org.eclipse.lsp4j.debug.CompletionsResponse
The possible completions for .
getTargets() - Method in class org.eclipse.lsp4j.debug.GotoTargetsResponse
The possible goto targets of the specified location.
getTargets() - Method in class org.eclipse.lsp4j.debug.StepInTargetsResponse
The possible step-in targets of the specified source location.
getTerminateDebuggee() - Method in class org.eclipse.lsp4j.debug.DisconnectArguments
Indicates whether the debuggee should be terminated when the debugger is disconnected.
getText() - Method in class org.eclipse.lsp4j.debug.CompletionItem
If text is returned and not an empty string, then it is inserted instead of the label.
getText() - Method in class org.eclipse.lsp4j.debug.CompletionsArguments
One or more source lines.
getText() - Method in class org.eclipse.lsp4j.debug.StoppedEventArguments
Additional information.
getThreadId() - Method in class org.eclipse.lsp4j.debug.ContinueArguments
Specifies the active thread.
getThreadId() - Method in class org.eclipse.lsp4j.debug.ContinuedEventArguments
The thread which was continued.
getThreadId() - Method in class org.eclipse.lsp4j.debug.ExceptionInfoArguments
Thread for which exception information should be retrieved.
getThreadId() - Method in class org.eclipse.lsp4j.debug.GotoArguments
Set the goto target for this thread.
getThreadId() - Method in class org.eclipse.lsp4j.debug.InvalidatedEventArguments
If specified, the client only needs to refetch data related to this thread.
getThreadId() - Method in class org.eclipse.lsp4j.debug.NextArguments
Specifies the thread for which to resume execution for one step (of the given granularity).
getThreadId() - Method in class org.eclipse.lsp4j.debug.PauseArguments
Pause execution for this thread.
getThreadId() - Method in class org.eclipse.lsp4j.debug.ReverseContinueArguments
Specifies the active thread.
getThreadId() - Method in class org.eclipse.lsp4j.debug.StackTraceArguments
Retrieve the stacktrace for this thread.
getThreadId() - Method in class org.eclipse.lsp4j.debug.StepBackArguments
Specifies the thread for which to resume execution for one step backwards (of the given granularity).
getThreadId() - Method in class org.eclipse.lsp4j.debug.StepInArguments
Specifies the thread for which to resume execution for one step-into (of the given granularity).
getThreadId() - Method in class org.eclipse.lsp4j.debug.StepOutArguments
Specifies the thread for which to resume execution for one step-out (of the given granularity).
getThreadId() - Method in class org.eclipse.lsp4j.debug.StoppedEventArguments
The thread which was stopped.
getThreadId() - Method in class org.eclipse.lsp4j.debug.ThreadEventArguments
The identifier of the thread.
getThreadIds() - Method in class org.eclipse.lsp4j.debug.TerminateThreadsArguments
Ids of threads to be terminated.
getThreads() - Method in class org.eclipse.lsp4j.debug.ThreadsResponse
All threads.
getTitle() - Method in class org.eclipse.lsp4j.debug.ProgressStartEventArguments
Short title of the progress reporting.
getTitle() - Method in class org.eclipse.lsp4j.debug.RunInTerminalRequestArguments
Title of the terminal.
getTotalFrames() - Method in class org.eclipse.lsp4j.debug.StackTraceResponse
The total number of frames available in the stack.
getTotalModules() - Method in class org.eclipse.lsp4j.debug.ModulesResponse
The total number of modules available.
getType() - Method in class org.eclipse.lsp4j.debug.ColumnDescriptor
Datatype of values in this column.
getType() - Method in class org.eclipse.lsp4j.debug.CompletionItem
The item's type.
getType() - Method in class org.eclipse.lsp4j.debug.EvaluateResponse
The type of the evaluate result.
getType() - Method in class org.eclipse.lsp4j.debug.SetExpressionResponse
The type of the value.
getType() - Method in class org.eclipse.lsp4j.debug.SetVariableResponse
The type of the new value.
getType() - Method in class org.eclipse.lsp4j.debug.Variable
The type of the variable's value.
getTypeName() - Method in class org.eclipse.lsp4j.debug.ExceptionDetails
Short type name of the exception object.
getUnreadableBytes() - Method in class org.eclipse.lsp4j.debug.ReadMemoryResponse
The number of unreadable bytes encountered after the last successfully read byte.
getUrl() - Method in class org.eclipse.lsp4j.debug.Message
A url where additional information about this message can be found.
getUrlLabel() - Method in class org.eclipse.lsp4j.debug.Message
A label that is presented to the user as the UI for opening the url.
getValue() - Method in class org.eclipse.lsp4j.debug.SetExpressionArguments
The value expression to assign to the l-value expression.
getValue() - Method in class org.eclipse.lsp4j.debug.SetExpressionResponse
The new value of the expression.
getValue() - Method in class org.eclipse.lsp4j.debug.SetVariableArguments
The value of the variable.
getValue() - Method in class org.eclipse.lsp4j.debug.SetVariableResponse
The new value of the variable.
getValue() - Method in class org.eclipse.lsp4j.debug.Variable
The variable's value.
getValueLocationReference() - Method in class org.eclipse.lsp4j.debug.EvaluateResponse
A reference that allows the client to request the location where the returned value is declared.
getValueLocationReference() - Method in class org.eclipse.lsp4j.debug.SetExpressionResponse
A reference that allows the client to request the location where the new value is declared.
getValueLocationReference() - Method in class org.eclipse.lsp4j.debug.SetVariableResponse
A reference that allows the client to request the location where the new value is declared.
getValueLocationReference() - Method in class org.eclipse.lsp4j.debug.Variable
A reference that allows the client to request the location where the variable's value is declared.
getVariables() - Method in class org.eclipse.lsp4j.debug.Message
An object used as a dictionary for looking up the variables in the format string.
getVariables() - Method in class org.eclipse.lsp4j.debug.VariablesResponse
All (or a range) of variables for the given variable reference.
getVariablesReference() - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoArguments
Reference to the variable container if the data breakpoint is requested for a child of the container.
getVariablesReference() - Method in class org.eclipse.lsp4j.debug.EvaluateResponse
If `variablesReference` is > 0, the evaluate result is structured and its children can be retrieved by passing `variablesReference` to the `variables` request as long as execution remains suspended.
getVariablesReference() - Method in class org.eclipse.lsp4j.debug.OutputEventArguments
If an attribute `variablesReference` exists and its value is > 0, the output contains objects which can be retrieved by passing `variablesReference` to the `variables` request as long as execution remains suspended.
getVariablesReference() - Method in class org.eclipse.lsp4j.debug.Scope
The variables of this scope can be retrieved by passing the value of `variablesReference` to the `variables` request as long as execution remains suspended.
getVariablesReference() - Method in class org.eclipse.lsp4j.debug.SetExpressionResponse
If `variablesReference` is > 0, the evaluate result is structured and its children can be retrieved by passing `variablesReference` to the `variables` request as long as execution remains suspended.
getVariablesReference() - Method in class org.eclipse.lsp4j.debug.SetVariableArguments
The reference of the variable container.
getVariablesReference() - Method in class org.eclipse.lsp4j.debug.SetVariableResponse
If `variablesReference` is > 0, the new value is structured and its children can be retrieved by passing `variablesReference` to the `variables` request as long as execution remains suspended.
getVariablesReference() - Method in class org.eclipse.lsp4j.debug.Variable
If `variablesReference` is > 0, the variable is structured and its children can be retrieved by passing `variablesReference` to the `variables` request as long as execution remains suspended.
getVariablesReference() - Method in class org.eclipse.lsp4j.debug.VariablesArguments
The variable for which to retrieve its children.
getVersion() - Method in class org.eclipse.lsp4j.debug.Module
Version of Module.
getVisibility() - Method in class org.eclipse.lsp4j.debug.VariablePresentationHint
Visibility of variable.
getWidth() - Method in class org.eclipse.lsp4j.debug.ColumnDescriptor
Width of this column in characters (hint only).
GOTO - Static variable in interface org.eclipse.lsp4j.debug.StoppedEventArgumentsReason
 
goto_(GotoArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
The request sets the location where the debuggee will continue to run.
GotoArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'goto' request.
GotoArguments() - Constructor for class org.eclipse.lsp4j.debug.GotoArguments
 
GotoTarget - Class in org.eclipse.lsp4j.debug
A GotoTarget describes a code location that can be used as a target in the 'goto' request.
GotoTarget() - Constructor for class org.eclipse.lsp4j.debug.GotoTarget
 
gotoTargets(GotoTargetsArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
This request retrieves the possible goto targets for the specified source location.
GotoTargetsArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'gotoTargets' request.
GotoTargetsArguments() - Constructor for class org.eclipse.lsp4j.debug.GotoTargetsArguments
 
GotoTargetsResponse - Class in org.eclipse.lsp4j.debug
Response to 'gotoTargets' request.
GotoTargetsResponse() - Constructor for class org.eclipse.lsp4j.debug.GotoTargetsResponse
 

H

HAS_DATA_BREAKPOINT - Static variable in interface org.eclipse.lsp4j.debug.VariablePresentationHintAttributes
Indicates that the object has its value tracked by a data breakpoint.
HAS_OBJECT_ID - Static variable in interface org.eclipse.lsp4j.debug.VariablePresentationHintAttributes
Indicates that the object can have an Object ID created for it.
HAS_SIDE_EFFECTS - Static variable in interface org.eclipse.lsp4j.debug.VariablePresentationHintAttributes
Indicates that the evaluation had side effects.
hashCode() - Method in class org.eclipse.lsp4j.debug.AttachRequestArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.Breakpoint
 
hashCode() - Method in class org.eclipse.lsp4j.debug.BreakpointEventArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.BreakpointLocation
 
hashCode() - Method in class org.eclipse.lsp4j.debug.BreakpointLocationsArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.BreakpointLocationsResponse
 
hashCode() - Method in class org.eclipse.lsp4j.debug.BreakpointMode
 
hashCode() - Method in class org.eclipse.lsp4j.debug.CancelArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.Capabilities
 
hashCode() - Method in class org.eclipse.lsp4j.debug.CapabilitiesEventArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.Checksum
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ColumnDescriptor
 
hashCode() - Method in class org.eclipse.lsp4j.debug.CompletionItem
 
hashCode() - Method in class org.eclipse.lsp4j.debug.CompletionsArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.CompletionsResponse
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ConfigurationDoneArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ContinueArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ContinuedEventArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ContinueResponse
 
hashCode() - Method in class org.eclipse.lsp4j.debug.DataBreakpoint
 
hashCode() - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoResponse
 
hashCode() - Method in class org.eclipse.lsp4j.debug.DisassembleArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.DisassembledInstruction
 
hashCode() - Method in class org.eclipse.lsp4j.debug.DisassembleResponse
 
hashCode() - Method in class org.eclipse.lsp4j.debug.DisconnectArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.EvaluateArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.EvaluateResponse
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ExceptionBreakpointsFilter
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ExceptionDetails
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ExceptionFilterOptions
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ExceptionInfoArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ExceptionInfoResponse
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ExceptionOptions
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ExceptionPathSegment
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ExitedEventArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.FunctionBreakpoint
 
hashCode() - Method in class org.eclipse.lsp4j.debug.GotoArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.GotoTarget
 
hashCode() - Method in class org.eclipse.lsp4j.debug.GotoTargetsArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.GotoTargetsResponse
 
hashCode() - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.InstructionBreakpoint
 
hashCode() - Method in class org.eclipse.lsp4j.debug.InvalidatedEventArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.LaunchRequestArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.LoadedSourceEventArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.LoadedSourcesArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.LoadedSourcesResponse
 
hashCode() - Method in class org.eclipse.lsp4j.debug.LocationsArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.LocationsResponse
 
hashCode() - Method in class org.eclipse.lsp4j.debug.MemoryEventArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.Message
 
hashCode() - Method in class org.eclipse.lsp4j.debug.Module
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ModuleEventArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ModulesArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ModulesResponse
 
hashCode() - Method in class org.eclipse.lsp4j.debug.NextArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.OutputEventArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.PauseArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ProcessEventArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ProgressEndEventArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ProgressStartEventArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ProgressUpdateEventArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ReadMemoryArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ReadMemoryResponse
 
hashCode() - Method in class org.eclipse.lsp4j.debug.RestartArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.RestartFrameArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ReverseContinueArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.RunInTerminalRequestArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.RunInTerminalResponse
 
hashCode() - Method in class org.eclipse.lsp4j.debug.Scope
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ScopesArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ScopesResponse
 
hashCode() - Method in class org.eclipse.lsp4j.debug.SetBreakpointsArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.SetBreakpointsResponse
 
hashCode() - Method in class org.eclipse.lsp4j.debug.SetDataBreakpointsArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.SetDataBreakpointsResponse
 
hashCode() - Method in class org.eclipse.lsp4j.debug.SetExceptionBreakpointsArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.SetExceptionBreakpointsResponse
 
hashCode() - Method in class org.eclipse.lsp4j.debug.SetExpressionArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.SetExpressionResponse
 
hashCode() - Method in class org.eclipse.lsp4j.debug.SetFunctionBreakpointsArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.SetFunctionBreakpointsResponse
 
hashCode() - Method in class org.eclipse.lsp4j.debug.SetInstructionBreakpointsArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.SetInstructionBreakpointsResponse
 
hashCode() - Method in class org.eclipse.lsp4j.debug.SetVariableArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.SetVariableResponse
 
hashCode() - Method in class org.eclipse.lsp4j.debug.Source
 
hashCode() - Method in class org.eclipse.lsp4j.debug.SourceArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.SourceBreakpoint
 
hashCode() - Method in class org.eclipse.lsp4j.debug.SourceResponse
 
hashCode() - Method in class org.eclipse.lsp4j.debug.StackFrame
 
hashCode() - Method in class org.eclipse.lsp4j.debug.StackFrameFormat
 
hashCode() - Method in class org.eclipse.lsp4j.debug.StackTraceArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.StackTraceResponse
 
hashCode() - Method in class org.eclipse.lsp4j.debug.StartDebuggingRequestArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.StepBackArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.StepInArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.StepInTarget
 
hashCode() - Method in class org.eclipse.lsp4j.debug.StepInTargetsArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.StepInTargetsResponse
 
hashCode() - Method in class org.eclipse.lsp4j.debug.StepOutArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.StoppedEventArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.TerminateArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.TerminatedEventArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.TerminateThreadsArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.Thread
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ThreadEventArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ThreadsResponse
 
hashCode() - Method in class org.eclipse.lsp4j.debug.ValueFormat
 
hashCode() - Method in class org.eclipse.lsp4j.debug.Variable
 
hashCode() - Method in class org.eclipse.lsp4j.debug.VariablePresentationHint
 
hashCode() - Method in class org.eclipse.lsp4j.debug.VariablesArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.VariablesResponse
 
hashCode() - Method in class org.eclipse.lsp4j.debug.WriteMemoryArguments
 
hashCode() - Method in class org.eclipse.lsp4j.debug.WriteMemoryResponse
 
HOVER - Static variable in interface org.eclipse.lsp4j.debug.EvaluateArgumentsContext
evaluate is called to generate the debug hover contents.

I

IDebugProtocolClient - Interface in org.eclipse.lsp4j.debug.services
Declaration of client notifications for the Debug Adapter Protocol
IDebugProtocolServer - Interface in org.eclipse.lsp4j.debug.services
Declaration of server requests for the Debug Adapter Protocol
IMPORTANT - Static variable in interface org.eclipse.lsp4j.debug.OutputEventArgumentsCategory
A hint for the client to show the output in the client's UI for important and highly visible information, e.g.
INDEXED - org.eclipse.lsp4j.debug.VariablesArgumentsFilter
 
initialize(InitializeRequestArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
The 'initialize' request is sent as the first request from the client to the debug adapter in order to configure it with client capabilities and to retrieve capabilities from the debug adapter.
initialized() - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolClient
This event indicates that the debug adapter is ready to accept configuration requests (e.g.
InitializeRequestArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'initialize' request.
InitializeRequestArguments() - Constructor for class org.eclipse.lsp4j.debug.InitializeRequestArguments
 
InitializeRequestArgumentsPathFormat - Interface in org.eclipse.lsp4j.debug
Determines in what format paths are specified.
INNER_CLASS - Static variable in interface org.eclipse.lsp4j.debug.VariablePresentationHintKind
Indicates that the object is an inner class.
INSTRUCTION - org.eclipse.lsp4j.debug.SteppingGranularity
The step should allow one instruction to execute (e.g.
INSTRUCTION - Static variable in interface org.eclipse.lsp4j.debug.BreakpointModeApplicability
In `InstructionBreakpoint`s
INSTRUCTION_BREAKPOINT - Static variable in interface org.eclipse.lsp4j.debug.StoppedEventArgumentsReason
 
InstructionBreakpoint - Class in org.eclipse.lsp4j.debug
Properties of a breakpoint passed to the setInstructionBreakpoints request
InstructionBreakpoint() - Constructor for class org.eclipse.lsp4j.debug.InstructionBreakpoint
 
INTEGRATED - org.eclipse.lsp4j.debug.RunInTerminalRequestArgumentsKind
 
INTERFACE - org.eclipse.lsp4j.debug.CompletionItemType
 
INTERFACE - Static variable in interface org.eclipse.lsp4j.debug.VariablePresentationHintKind
Indicates that the object is an interface.
INTERNAL - Static variable in interface org.eclipse.lsp4j.debug.VariablePresentationHintVisibility
 
INVALID - org.eclipse.lsp4j.debug.DisassembledInstructionPresentationHint
 
invalidated(InvalidatedEventArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolClient
This event signals that some state in the debug adapter has changed and requires that the client needs to re-render the data snapshot previously requested.
InvalidatedAreas - Interface in org.eclipse.lsp4j.debug
Logical areas that can be invalidated by the 'invalidated' event.
InvalidatedEventArguments - Class in org.eclipse.lsp4j.debug
This event signals that some state in the debug adapter has changed and requires that the client needs to re-render the data snapshot previously requested.
InvalidatedEventArguments() - Constructor for class org.eclipse.lsp4j.debug.InvalidatedEventArguments
 
isExpensive() - Method in class org.eclipse.lsp4j.debug.Scope
If true, the number of variables in this scope is large or expensive to retrieve.
isVerified() - Method in class org.eclipse.lsp4j.debug.Breakpoint
If true, breakpoint could be set (but not necessarily at the desired location).

K

KEYWORD - org.eclipse.lsp4j.debug.CompletionItemType
 

L

LABEL - org.eclipse.lsp4j.debug.StackFramePresentationHint
 
launch(Map<String, Object>) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
This launch request is sent from the client to the debug adapter to start the debuggee with or without debugging (if 'noDebug' is true).
LAUNCH - org.eclipse.lsp4j.debug.ProcessEventArgumentsStartMethod
Process was launched under the debugger.
LAUNCH - org.eclipse.lsp4j.debug.StartDebuggingRequestArgumentsType
 
LaunchRequestArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'launch' request.
LaunchRequestArguments() - Constructor for class org.eclipse.lsp4j.debug.LaunchRequestArguments
 
LINE - org.eclipse.lsp4j.debug.SteppingGranularity
The step should allow the program to run until the current source line has executed.
loadedSource(LoadedSourceEventArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolClient
The event indicates that some source has been added, changed, or removed from the set of all loaded sources.
LoadedSourceEventArguments - Class in org.eclipse.lsp4j.debug
The event indicates that some source has been added, changed, or removed from the set of all loaded sources.
LoadedSourceEventArguments() - Constructor for class org.eclipse.lsp4j.debug.LoadedSourceEventArguments
 
LoadedSourceEventArgumentsReason - Enum in org.eclipse.lsp4j.debug
The reason for the event.
loadedSources(LoadedSourcesArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
Retrieves the set of all sources currently loaded by the debugged process.
LoadedSourcesArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'loadedSources' request.
LoadedSourcesArguments() - Constructor for class org.eclipse.lsp4j.debug.LoadedSourcesArguments
 
LoadedSourcesResponse - Class in org.eclipse.lsp4j.debug
Response to 'loadedSources' request.
LoadedSourcesResponse() - Constructor for class org.eclipse.lsp4j.debug.LoadedSourcesResponse
 
LOCALS - Static variable in interface org.eclipse.lsp4j.debug.ScopePresentationHint
Scope contains local variables.
locations(LocationsArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
Looks up information about a location reference previously returned by the debug adapter.
LocationsArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'locations' request.
LocationsArguments() - Constructor for class org.eclipse.lsp4j.debug.LocationsArguments
 
LocationsResponse - Class in org.eclipse.lsp4j.debug
Response to 'locations' request.
LocationsResponse() - Constructor for class org.eclipse.lsp4j.debug.LocationsResponse
 

M

MD5 - org.eclipse.lsp4j.debug.ChecksumAlgorithm
 
memory(MemoryEventArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolClient
This event indicates that some memory range has been updated.
MemoryEventArguments - Class in org.eclipse.lsp4j.debug
Body for 'memory' event.
MemoryEventArguments() - Constructor for class org.eclipse.lsp4j.debug.MemoryEventArguments
 
Message - Class in org.eclipse.lsp4j.debug
A structured message object.
Message() - Constructor for class org.eclipse.lsp4j.debug.Message
 
METHOD - org.eclipse.lsp4j.debug.CompletionItemType
 
METHOD - Static variable in interface org.eclipse.lsp4j.debug.VariablePresentationHintKind
Indicates that the object is a method.
module(ModuleEventArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolClient
The event indicates that some information about a module has changed.
Module - Class in org.eclipse.lsp4j.debug
A Module object represents a row in the modules view.
Module() - Constructor for class org.eclipse.lsp4j.debug.Module
 
MODULE - org.eclipse.lsp4j.debug.CompletionItemType
 
ModuleEventArguments - Class in org.eclipse.lsp4j.debug
The event indicates that some information about a module has changed.
ModuleEventArguments() - Constructor for class org.eclipse.lsp4j.debug.ModuleEventArguments
 
ModuleEventArgumentsReason - Enum in org.eclipse.lsp4j.debug
The reason for the event.
modules(ModulesArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
Modules can be retrieved from the debug adapter with this request which can either return all modules or a range of modules to support paging.
ModulesArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'modules' request.
ModulesArguments() - Constructor for class org.eclipse.lsp4j.debug.ModulesArguments
 
ModulesResponse - Class in org.eclipse.lsp4j.debug
Response to 'modules' request.
ModulesResponse() - Constructor for class org.eclipse.lsp4j.debug.ModulesResponse
 
MOST_DERIVED_CLASS - Static variable in interface org.eclipse.lsp4j.debug.VariablePresentationHintKind
Indicates that the object is the most derived class.

N

NAMED - org.eclipse.lsp4j.debug.VariablesArgumentsFilter
 
NEVER - org.eclipse.lsp4j.debug.ExceptionBreakMode
 
NEW - org.eclipse.lsp4j.debug.LoadedSourceEventArgumentsReason
 
NEW - org.eclipse.lsp4j.debug.ModuleEventArgumentsReason
 
NEW - Static variable in interface org.eclipse.lsp4j.debug.BreakpointEventArgumentsReason
 
next(NextArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
The request executes one step (in the given granularity) for the specified thread and allows all other threads to run freely by resuming them.
NextArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'next' request.
NextArguments() - Constructor for class org.eclipse.lsp4j.debug.NextArguments
 
NORMAL - org.eclipse.lsp4j.debug.DisassembledInstructionPresentationHint
 
NORMAL - org.eclipse.lsp4j.debug.SourcePresentationHint
 
NORMAL - org.eclipse.lsp4j.debug.StackFramePresentationHint
 
NUMBER - org.eclipse.lsp4j.debug.ColumnDescriptorType
 

O

org.eclipse.lsp4j.debug - package org.eclipse.lsp4j.debug
 
org.eclipse.lsp4j.debug.adapters - package org.eclipse.lsp4j.debug.adapters
 
org.eclipse.lsp4j.debug.launch - package org.eclipse.lsp4j.debug.launch
 
org.eclipse.lsp4j.debug.services - package org.eclipse.lsp4j.debug.services
 
output(OutputEventArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolClient
The event indicates that the target has produced some output.
OutputEventArguments - Class in org.eclipse.lsp4j.debug
The event indicates that the target has produced some output.
OutputEventArguments() - Constructor for class org.eclipse.lsp4j.debug.OutputEventArguments
 
OutputEventArgumentsCategory - Interface in org.eclipse.lsp4j.debug
The output category.
OutputEventArgumentsGroup - Enum in org.eclipse.lsp4j.debug
Support for keeping an output log organized by grouping related messages.
Overview - Static variable in class org.eclipse.lsp4j.debug.DebugProtocol
Refer to the Debug Adapter Protocol's Overview on the specification's website.

P

PATH - Static variable in interface org.eclipse.lsp4j.debug.InitializeRequestArgumentsPathFormat
 
pause(PauseArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
The request suspends the debuggee.
PAUSE - Static variable in interface org.eclipse.lsp4j.debug.StoppedEventArgumentsReason
 
PauseArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'pause' request.
PauseArguments() - Constructor for class org.eclipse.lsp4j.debug.PauseArguments
 
PENDING - org.eclipse.lsp4j.debug.BreakpointNotVerifiedReason
Indicates a breakpoint might be verified in the future, but the adapter cannot verify it in the current state.
PRIVATE - Static variable in interface org.eclipse.lsp4j.debug.VariablePresentationHintVisibility
 
process(ProcessEventArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolClient
The event indicates that the debugger has begun debugging a new process.
ProcessEventArguments - Class in org.eclipse.lsp4j.debug
The event indicates that the debugger has begun debugging a new process.
ProcessEventArguments() - Constructor for class org.eclipse.lsp4j.debug.ProcessEventArguments
 
ProcessEventArgumentsStartMethod - Enum in org.eclipse.lsp4j.debug
Describes how the debug engine started debugging this process.
progressEnd(ProgressEndEventArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolClient
The event signals the end of the progress reporting with an optional final message.
ProgressEndEventArguments - Class in org.eclipse.lsp4j.debug
The event signals the end of the progress reporting with a final message.
ProgressEndEventArguments() - Constructor for class org.eclipse.lsp4j.debug.ProgressEndEventArguments
 
progressStart(ProgressStartEventArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolClient
The event signals that a long running operation is about to start and provides additional information for the client to set up a corresponding progress and cancellation UI.
ProgressStartEventArguments - Class in org.eclipse.lsp4j.debug
The event signals that a long running operation is about to start and provides additional information for the client to set up a corresponding progress and cancellation UI.
ProgressStartEventArguments() - Constructor for class org.eclipse.lsp4j.debug.ProgressStartEventArguments
 
progressUpdate(ProgressUpdateEventArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolClient
The event signals that the progress reporting needs to be updated with a new message and/or percentage.
ProgressUpdateEventArguments - Class in org.eclipse.lsp4j.debug
The event signals that the progress reporting needs to be updated with a new message and/or percentage.
ProgressUpdateEventArguments() - Constructor for class org.eclipse.lsp4j.debug.ProgressUpdateEventArguments
 
PROPERTY - org.eclipse.lsp4j.debug.CompletionItemType
 
PROPERTY - Static variable in interface org.eclipse.lsp4j.debug.VariablePresentationHintKind
Indicates that the object is a property.
PROTECTED - Static variable in interface org.eclipse.lsp4j.debug.VariablePresentationHintVisibility
 
PUBLIC - Static variable in interface org.eclipse.lsp4j.debug.VariablePresentationHintVisibility
 

R

RAW_STRING - Static variable in interface org.eclipse.lsp4j.debug.VariablePresentationHintAttributes
Indicates that the object is a raw string.
READ - org.eclipse.lsp4j.debug.DataBreakpointAccessType
 
READ_ONLY - Static variable in interface org.eclipse.lsp4j.debug.VariablePresentationHintAttributes
Indicates that the object is read only.
READ_WRITE - org.eclipse.lsp4j.debug.DataBreakpointAccessType
 
readMemory(ReadMemoryArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
Reads bytes from memory at the provided location.
ReadMemoryArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'readMemory' request.
ReadMemoryArguments() - Constructor for class org.eclipse.lsp4j.debug.ReadMemoryArguments
 
ReadMemoryResponse - Class in org.eclipse.lsp4j.debug
Response to 'readMemory' request.
ReadMemoryResponse() - Constructor for class org.eclipse.lsp4j.debug.ReadMemoryResponse
 
REFERENCE - org.eclipse.lsp4j.debug.CompletionItemType
 
REGISTERS - Static variable in interface org.eclipse.lsp4j.debug.ScopePresentationHint
Scope contains registers.
REMOVED - org.eclipse.lsp4j.debug.LoadedSourceEventArgumentsReason
 
REMOVED - org.eclipse.lsp4j.debug.ModuleEventArgumentsReason
 
REMOVED - Static variable in interface org.eclipse.lsp4j.debug.BreakpointEventArgumentsReason
 
REPL - Static variable in interface org.eclipse.lsp4j.debug.EvaluateArgumentsContext
evaluate is called from a REPL context.
restart(RestartArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
Restarts a debug session.
RestartArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'restart' request.
RestartArguments() - Constructor for class org.eclipse.lsp4j.debug.RestartArguments
 
RestartArgumentsArgumentsTypeAdapter - Class in org.eclipse.lsp4j.debug.adapters
 
RestartArgumentsArgumentsTypeAdapter() - Constructor for class org.eclipse.lsp4j.debug.adapters.RestartArgumentsArgumentsTypeAdapter
 
restartFrame(RestartFrameArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
The request restarts execution of the specified stack frame.
RestartFrameArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'restartFrame' request.
RestartFrameArguments() - Constructor for class org.eclipse.lsp4j.debug.RestartFrameArguments
 
RETURN_VALUE - Static variable in interface org.eclipse.lsp4j.debug.ScopePresentationHint
Scope contains one or more return values.
reverseContinue(ReverseContinueArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
The request resumes backward execution of all threads.
ReverseContinueArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'reverseContinue' request.
ReverseContinueArguments() - Constructor for class org.eclipse.lsp4j.debug.ReverseContinueArguments
 
runInTerminal(RunInTerminalRequestArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolClient
This request is sent from the debug adapter to the client to run a command in a terminal.
RunInTerminalRequestArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'runInTerminal' request.
RunInTerminalRequestArguments() - Constructor for class org.eclipse.lsp4j.debug.RunInTerminalRequestArguments
 
RunInTerminalRequestArgumentsKind - Enum in org.eclipse.lsp4j.debug
What kind of terminal to launch.
RunInTerminalResponse - Class in org.eclipse.lsp4j.debug
Response to 'runInTerminal' request.
RunInTerminalResponse() - Constructor for class org.eclipse.lsp4j.debug.RunInTerminalResponse
 

S

SCHEMA_VERSION - Static variable in class org.eclipse.lsp4j.debug.DebugProtocol
Version of Debug Protocol
SCHEMA_VERSION - Static variable in interface org.eclipse.lsp4j.debug.services.IDebugProtocolClient
Version of Debug Protocol
SCHEMA_VERSION - Static variable in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
Version of Debug Protocol
Scope - Class in org.eclipse.lsp4j.debug
A Scope is a named container for variables.
Scope() - Constructor for class org.eclipse.lsp4j.debug.Scope
 
ScopePresentationHint - Interface in org.eclipse.lsp4j.debug
An optional hint for how to present this scope in the UI.
scopes(ScopesArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
The request returns the variable scopes for a given stack frame ID.
ScopesArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'scopes' request.
ScopesArguments() - Constructor for class org.eclipse.lsp4j.debug.ScopesArguments
 
ScopesResponse - Class in org.eclipse.lsp4j.debug
Response to 'scopes' request.
ScopesResponse() - Constructor for class org.eclipse.lsp4j.debug.ScopesResponse
 
set__restart(Object) - Method in class org.eclipse.lsp4j.debug.AttachRequestArguments
Arbitrary data from the previous, restarted session.
set__restart(Object) - Method in class org.eclipse.lsp4j.debug.LaunchRequestArguments
Arbitrary data from the previous, restarted session.
setAccessType(DataBreakpointAccessType) - Method in class org.eclipse.lsp4j.debug.DataBreakpoint
The access type of the data.
setAccessTypes(DataBreakpointAccessType[]) - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoResponse
Attribute lists the available access types for a potential data breakpoint.
setAdapterData(Object) - Method in class org.eclipse.lsp4j.debug.Source
Additional data that a debug adapter might want to loop through the client.
setAdapterID(String) - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
The ID of the debug adapter.
setAdditionalModuleColumns(ColumnDescriptor[]) - Method in class org.eclipse.lsp4j.debug.Capabilities
The set of additional module information exposed by the debug adapter.
setAddress(String) - Method in class org.eclipse.lsp4j.debug.DisassembledInstruction
The address of the instruction.
setAddress(String) - Method in class org.eclipse.lsp4j.debug.ReadMemoryResponse
The address of the first byte of data returned.
setAddressRange(String) - Method in class org.eclipse.lsp4j.debug.Module
Address range covered by this module.
setAlgorithm(ChecksumAlgorithm) - Method in class org.eclipse.lsp4j.debug.Checksum
The algorithm used to calculate this checksum.
setAllowPartial(Boolean) - Method in class org.eclipse.lsp4j.debug.WriteMemoryArguments
Property to control partial writes.
setAllThreadsContinued(Boolean) - Method in class org.eclipse.lsp4j.debug.ContinuedEventArguments
If 'allThreadsContinued' is true, a debug adapter can announce that all threads have continued.
setAllThreadsContinued(Boolean) - Method in class org.eclipse.lsp4j.debug.ContinueResponse
The value true (or a missing property) signals to the client that all threads have been resumed.
setAllThreadsStopped(Boolean) - Method in class org.eclipse.lsp4j.debug.StoppedEventArguments
If 'allThreadsStopped' is true, a debug adapter can announce that all threads have stopped.
setAppliesTo(String[]) - Method in class org.eclipse.lsp4j.debug.BreakpointMode
Describes one or more type of breakpoint this mode applies to.
setAreas(String[]) - Method in class org.eclipse.lsp4j.debug.InvalidatedEventArguments
Set of logical areas that got invalidated.
setArgs(String[]) - Method in class org.eclipse.lsp4j.debug.RunInTerminalRequestArguments
List of arguments.
setArgsCanBeInterpretedByShell(Boolean) - Method in class org.eclipse.lsp4j.debug.RunInTerminalRequestArguments
This property should only be set if the corresponding capability InitializeRequestArguments.getSupportsArgsCanBeInterpretedByShell() is true.
setArguments(Either<LaunchRequestArguments, AttachRequestArguments>) - Method in class org.eclipse.lsp4j.debug.RestartArguments
The latest version of the 'launch' or 'attach' configuration.
setAsAddress(Boolean) - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoArguments
If `true`, the `name` is a memory address and the debugger should interpret it as a decimal value, or hex value if it is prefixed with `0x`.
setAttributeName(String) - Method in class org.eclipse.lsp4j.debug.ColumnDescriptor
Name of the attribute rendered in this column.
setAttributes(String[]) - Method in class org.eclipse.lsp4j.debug.VariablePresentationHint
Set of attributes represented as an array of strings.
setBreakMode(ExceptionBreakMode) - Method in class org.eclipse.lsp4j.debug.ExceptionInfoResponse
Mode that caused the exception notification to be raised.
setBreakMode(ExceptionBreakMode) - Method in class org.eclipse.lsp4j.debug.ExceptionOptions
Condition when a thrown exception should result in a break.
setBreakpoint(Breakpoint) - Method in class org.eclipse.lsp4j.debug.BreakpointEventArguments
The 'id' attribute is used to find the target breakpoint and the other attributes are used as the new values.
setBreakpointModes(BreakpointMode[]) - Method in class org.eclipse.lsp4j.debug.Capabilities
Modes of breakpoints supported by the debug adapter, such as 'hardware' or 'software'.
setBreakpoints(Breakpoint[]) - Method in class org.eclipse.lsp4j.debug.SetBreakpointsResponse
Information about the breakpoints.
setBreakpoints(Breakpoint[]) - Method in class org.eclipse.lsp4j.debug.SetDataBreakpointsResponse
Information about the data breakpoints.
setBreakpoints(Breakpoint[]) - Method in class org.eclipse.lsp4j.debug.SetExceptionBreakpointsResponse
Information about the exception breakpoints or filters.
setBreakpoints(Breakpoint[]) - Method in class org.eclipse.lsp4j.debug.SetFunctionBreakpointsResponse
Information about the breakpoints.
setBreakpoints(Breakpoint[]) - Method in class org.eclipse.lsp4j.debug.SetInstructionBreakpointsResponse
Information about the breakpoints.
setBreakpoints(BreakpointLocation[]) - Method in class org.eclipse.lsp4j.debug.BreakpointLocationsResponse
Sorted set of possible breakpoint locations.
setBreakpoints(DataBreakpoint[]) - Method in class org.eclipse.lsp4j.debug.SetDataBreakpointsArguments
The contents of this array replaces all existing data breakpoints.
setBreakpoints(FunctionBreakpoint[]) - Method in class org.eclipse.lsp4j.debug.SetFunctionBreakpointsArguments
The function names of the breakpoints.
setBreakpoints(InstructionBreakpoint[]) - Method in class org.eclipse.lsp4j.debug.SetInstructionBreakpointsArguments
The instruction references of the breakpoints
setBreakpoints(SetBreakpointsArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
Sets multiple breakpoints for a single source and clears all previous breakpoints in that source.
setBreakpoints(SourceBreakpoint[]) - Method in class org.eclipse.lsp4j.debug.SetBreakpointsArguments
The code locations of the breakpoints.
SetBreakpointsArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'setBreakpoints' request.
SetBreakpointsArguments() - Constructor for class org.eclipse.lsp4j.debug.SetBreakpointsArguments
 
SetBreakpointsResponse - Class in org.eclipse.lsp4j.debug
Response to 'setBreakpoints' request.
SetBreakpointsResponse() - Constructor for class org.eclipse.lsp4j.debug.SetBreakpointsResponse
 
setBytes(Integer) - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoArguments
If specified, a debug adapter should return information for the range of memory extending `bytes` number of bytes from the address or variable specified by `name`.
setBytesWritten(Integer) - Method in class org.eclipse.lsp4j.debug.WriteMemoryResponse
Property that should be returned when 'allowPartial' is true to indicate the number of bytes starting from address that were successfully written.
setCancellable(Boolean) - Method in class org.eclipse.lsp4j.debug.ProgressStartEventArguments
If true, the request that reports progress may be cancelled with a 'cancel' request.
setCanPersist(Boolean) - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoResponse
Attribute indicates that a potential data breakpoint could be persisted across sessions.
setCanRestart(Boolean) - Method in class org.eclipse.lsp4j.debug.StackFrame
Indicates whether this frame can be restarted with the `restartFrame` request.
setCapabilities(Capabilities) - Method in class org.eclipse.lsp4j.debug.CapabilitiesEventArguments
The set of updated capabilities.
setCategory(String) - Method in class org.eclipse.lsp4j.debug.OutputEventArguments
The output category.
setChecksum(String) - Method in class org.eclipse.lsp4j.debug.Checksum
Value of the checksum, encoded as a hexadecimal value.
setChecksums(Checksum[]) - Method in class org.eclipse.lsp4j.debug.Source
The checksums associated with this file.
setClientID(String) - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
The ID of the client using this adapter.
setClientName(String) - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
The human-readable name of the client using this adapter.
setColumn(int) - Method in class org.eclipse.lsp4j.debug.CompletionsArguments
The position within `text` for which to determine the completion proposals.
setColumn(int) - Method in class org.eclipse.lsp4j.debug.StackFrame
Start position of the range covered by the stack frame.
setColumn(Integer) - Method in class org.eclipse.lsp4j.debug.Breakpoint
Start position of the source range covered by the breakpoint.
setColumn(Integer) - Method in class org.eclipse.lsp4j.debug.BreakpointLocation
The start position of a breakpoint location.
setColumn(Integer) - Method in class org.eclipse.lsp4j.debug.BreakpointLocationsArguments
Start position within `line` to search possible breakpoint locations in.
setColumn(Integer) - Method in class org.eclipse.lsp4j.debug.DisassembledInstruction
The column within the line that corresponds to this instruction, if any.
setColumn(Integer) - Method in class org.eclipse.lsp4j.debug.EvaluateArguments
The contextual column where the expression should be evaluated.
setColumn(Integer) - Method in class org.eclipse.lsp4j.debug.GotoTarget
The column of the goto target.
setColumn(Integer) - Method in class org.eclipse.lsp4j.debug.GotoTargetsArguments
The position within `line` for which the goto targets are determined.
setColumn(Integer) - Method in class org.eclipse.lsp4j.debug.LocationsResponse
Position of the location within the `line`.
setColumn(Integer) - Method in class org.eclipse.lsp4j.debug.OutputEventArguments
The position in `line` where the output was produced.
setColumn(Integer) - Method in class org.eclipse.lsp4j.debug.Scope
Start position of the range covered by the scope.
setColumn(Integer) - Method in class org.eclipse.lsp4j.debug.SourceBreakpoint
Start position within source line of the breakpoint or logpoint.
setColumn(Integer) - Method in class org.eclipse.lsp4j.debug.StepInTarget
Start position of the range covered by the step in target.
setColumnsStartAt1(Boolean) - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
If true all column numbers are 1-based (default).
setCompletionTriggerCharacters(String[]) - Method in class org.eclipse.lsp4j.debug.Capabilities
The set of characters that should trigger completion in a REPL.
setCondition(String) - Method in class org.eclipse.lsp4j.debug.DataBreakpoint
An expression for conditional breakpoints.
setCondition(String) - Method in class org.eclipse.lsp4j.debug.ExceptionFilterOptions
An expression for conditional exceptions.
setCondition(String) - Method in class org.eclipse.lsp4j.debug.FunctionBreakpoint
An expression for conditional breakpoints.
setCondition(String) - Method in class org.eclipse.lsp4j.debug.InstructionBreakpoint
An expression for conditional breakpoints.
setCondition(String) - Method in class org.eclipse.lsp4j.debug.SourceBreakpoint
The expression for conditional breakpoints.
setConditionDescription(String) - Method in class org.eclipse.lsp4j.debug.ExceptionBreakpointsFilter
A help text providing information about the condition.
setConfiguration(Map<String, ?>) - Method in class org.eclipse.lsp4j.debug.StartDebuggingRequestArguments
Arguments passed to the new debug session.
setContent(String) - Method in class org.eclipse.lsp4j.debug.SourceResponse
Content of the source reference.
setContext(String) - Method in class org.eclipse.lsp4j.debug.EvaluateArguments
The context in which the evaluate request is used.
setCount(int) - Method in class org.eclipse.lsp4j.debug.MemoryEventArguments
Number of bytes updated.
setCount(int) - Method in class org.eclipse.lsp4j.debug.ReadMemoryArguments
Number of bytes to read at the specified location and offset.
setCount(Integer) - Method in class org.eclipse.lsp4j.debug.VariablesArguments
The number of variables to return.
setCwd(String) - Method in class org.eclipse.lsp4j.debug.RunInTerminalRequestArguments
Working directory for the command.
setData(Object) - Method in class org.eclipse.lsp4j.debug.OutputEventArguments
Additional data to report.
setData(String) - Method in class org.eclipse.lsp4j.debug.ReadMemoryResponse
The bytes read from memory, encoded using base64.
setData(String) - Method in class org.eclipse.lsp4j.debug.WriteMemoryArguments
Bytes to write, encoded using base64.
setDataBreakpoints(SetDataBreakpointsArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
Replaces all existing data breakpoints with new data breakpoints.
SetDataBreakpointsArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'setDataBreakpoints' request.
SetDataBreakpointsArguments() - Constructor for class org.eclipse.lsp4j.debug.SetDataBreakpointsArguments
 
SetDataBreakpointsResponse - Class in org.eclipse.lsp4j.debug
Response to 'setDataBreakpoints' request.
SetDataBreakpointsResponse() - Constructor for class org.eclipse.lsp4j.debug.SetDataBreakpointsResponse
 
setDataId(String) - Method in class org.eclipse.lsp4j.debug.DataBreakpoint
An id representing the data.
setDataId(String) - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoResponse
An identifier for the data on which a data breakpoint can be registered with the setDataBreakpoints request or null if no data breakpoint is available.
setDateTimeStamp(String) - Method in class org.eclipse.lsp4j.debug.Module
Module created or modified, encoded as a RFC 3339 timestamp.
setDeclarationLocationReference(Integer) - Method in class org.eclipse.lsp4j.debug.Variable
A reference that allows the client to request the location where the variable is declared.
setDefault_(Boolean) - Method in class org.eclipse.lsp4j.debug.ExceptionBreakpointsFilter
Initial value of the filter option.
setDescription(String) - Method in class org.eclipse.lsp4j.debug.BreakpointMode
A help text providing additional information about the breakpoint mode.
setDescription(String) - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoResponse
UI string that describes on what data the breakpoint is set on or why a data breakpoint is not available.
setDescription(String) - Method in class org.eclipse.lsp4j.debug.ExceptionBreakpointsFilter
A help text providing additional information about the exception filter.
setDescription(String) - Method in class org.eclipse.lsp4j.debug.ExceptionInfoResponse
Descriptive text for the exception.
setDescription(String) - Method in class org.eclipse.lsp4j.debug.StoppedEventArguments
The full reason for the event, e.g.
setDetail(String) - Method in class org.eclipse.lsp4j.debug.CompletionItem
A human-readable string with additional information about this item, like type or symbol information.
setDetails(ExceptionDetails) - Method in class org.eclipse.lsp4j.debug.ExceptionInfoResponse
Detailed information about the exception.
setEndColumn(Integer) - Method in class org.eclipse.lsp4j.debug.Breakpoint
End position of the source range covered by the breakpoint.
setEndColumn(Integer) - Method in class org.eclipse.lsp4j.debug.BreakpointLocation
The end position of a breakpoint location (if the location covers a range).
setEndColumn(Integer) - Method in class org.eclipse.lsp4j.debug.BreakpointLocationsArguments
End position within `endLine` to search possible breakpoint locations in.
setEndColumn(Integer) - Method in class org.eclipse.lsp4j.debug.DisassembledInstruction
The end column of the range that corresponds to this instruction, if any.
setEndColumn(Integer) - Method in class org.eclipse.lsp4j.debug.GotoTarget
The end column of the range covered by the goto target.
setEndColumn(Integer) - Method in class org.eclipse.lsp4j.debug.LocationsResponse
End position of the location within `endLine`, present if the location refers to a range.
setEndColumn(Integer) - Method in class org.eclipse.lsp4j.debug.Scope
End position of the range covered by the scope.
setEndColumn(Integer) - Method in class org.eclipse.lsp4j.debug.StackFrame
End position of the range covered by the stack frame.
setEndColumn(Integer) - Method in class org.eclipse.lsp4j.debug.StepInTarget
End position of the range covered by the step in target.
setEndLine(Integer) - Method in class org.eclipse.lsp4j.debug.Breakpoint
The end line of the actual range covered by the breakpoint.
setEndLine(Integer) - Method in class org.eclipse.lsp4j.debug.BreakpointLocation
The end line of breakpoint location if the location covers a range.
setEndLine(Integer) - Method in class org.eclipse.lsp4j.debug.BreakpointLocationsArguments
End line of range to search possible breakpoint locations in.
setEndLine(Integer) - Method in class org.eclipse.lsp4j.debug.DisassembledInstruction
The end line of the range that corresponds to this instruction, if any.
setEndLine(Integer) - Method in class org.eclipse.lsp4j.debug.GotoTarget
The end line of the range covered by the goto target.
setEndLine(Integer) - Method in class org.eclipse.lsp4j.debug.LocationsResponse
End line of the location, present if the location refers to a range.
setEndLine(Integer) - Method in class org.eclipse.lsp4j.debug.Scope
The end line of the range covered by this scope.
setEndLine(Integer) - Method in class org.eclipse.lsp4j.debug.StackFrame
The end line of the range covered by the stack frame.
setEndLine(Integer) - Method in class org.eclipse.lsp4j.debug.StepInTarget
The end line of the range covered by the step-in target.
setEnv(Map<String, String>) - Method in class org.eclipse.lsp4j.debug.RunInTerminalRequestArguments
Environment key-value pairs that are added to or removed from the default environment.
setEvaluateName(String) - Method in class org.eclipse.lsp4j.debug.ExceptionDetails
An expression that can be evaluated in the current scope to obtain the exception object.
setEvaluateName(String) - Method in class org.eclipse.lsp4j.debug.Variable
The evaluatable name of this variable which can be passed to the 'EvaluateRequest' to fetch the variable's value.
setExceptionBreakpointFilters(ExceptionBreakpointsFilter[]) - Method in class org.eclipse.lsp4j.debug.Capabilities
Available exception filter options for the 'setExceptionBreakpoints' request.
setExceptionBreakpoints(SetExceptionBreakpointsArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
The request configures the debugger's response to thrown exceptions.
SetExceptionBreakpointsArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'setExceptionBreakpoints' request.
SetExceptionBreakpointsArguments() - Constructor for class org.eclipse.lsp4j.debug.SetExceptionBreakpointsArguments
 
SetExceptionBreakpointsResponse - Class in org.eclipse.lsp4j.debug
Response to 'setExceptionBreakpoints' request.
SetExceptionBreakpointsResponse() - Constructor for class org.eclipse.lsp4j.debug.SetExceptionBreakpointsResponse
 
setExceptionId(String) - Method in class org.eclipse.lsp4j.debug.ExceptionInfoResponse
ID of the exception that was thrown.
setExceptionOptions(ExceptionOptions[]) - Method in class org.eclipse.lsp4j.debug.SetExceptionBreakpointsArguments
Configuration options for selected exceptions.
setExitCode(int) - Method in class org.eclipse.lsp4j.debug.ExitedEventArguments
The exit code returned from the debuggee.
setExpensive(boolean) - Method in class org.eclipse.lsp4j.debug.Scope
If true, the number of variables in this scope is large or expensive to retrieve.
setExpression(String) - Method in class org.eclipse.lsp4j.debug.EvaluateArguments
The expression to evaluate.
setExpression(String) - Method in class org.eclipse.lsp4j.debug.SetExpressionArguments
The l-value expression to assign to.
setExpression(SetExpressionArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
Evaluates the given 'value' expression and assigns it to the 'expression' which must be a modifiable l-value.
SetExpressionArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'setExpression' request.
SetExpressionArguments() - Constructor for class org.eclipse.lsp4j.debug.SetExpressionArguments
 
SetExpressionResponse - Class in org.eclipse.lsp4j.debug
Response to 'setExpression' request.
SetExpressionResponse() - Constructor for class org.eclipse.lsp4j.debug.SetExpressionResponse
 
setFilter(String) - Method in class org.eclipse.lsp4j.debug.ExceptionBreakpointsFilter
The internal ID of the filter option.
setFilter(VariablesArgumentsFilter) - Method in class org.eclipse.lsp4j.debug.VariablesArguments
Filter to limit the child variables to either named or indexed.
setFilterId(String) - Method in class org.eclipse.lsp4j.debug.ExceptionFilterOptions
ID of an exception filter returned by the 'exceptionBreakpointFilters' capability.
setFilterOptions(ExceptionFilterOptions[]) - Method in class org.eclipse.lsp4j.debug.SetExceptionBreakpointsArguments
Set of exception filters and their options.
setFilters(String[]) - Method in class org.eclipse.lsp4j.debug.SetExceptionBreakpointsArguments
Set of exception filters specified by their ID.
setFormat(String) - Method in class org.eclipse.lsp4j.debug.ColumnDescriptor
Format to use for the rendered values in this column.
setFormat(String) - Method in class org.eclipse.lsp4j.debug.Message
A format string for the message.
setFormat(StackFrameFormat) - Method in class org.eclipse.lsp4j.debug.StackTraceArguments
Specifies details on how to format the stack frames.
setFormat(ValueFormat) - Method in class org.eclipse.lsp4j.debug.EvaluateArguments
Specifies details on how to format the result.
setFormat(ValueFormat) - Method in class org.eclipse.lsp4j.debug.SetExpressionArguments
Specifies how the resulting value should be formatted.
setFormat(ValueFormat) - Method in class org.eclipse.lsp4j.debug.SetVariableArguments
Specifies details on how to format the response value.
setFormat(ValueFormat) - Method in class org.eclipse.lsp4j.debug.VariablesArguments
Specifies details on how to format the Variable values.
setFrameId(int) - Method in class org.eclipse.lsp4j.debug.RestartFrameArguments
Restart the stack frame identified by `frameId`.
setFrameId(int) - Method in class org.eclipse.lsp4j.debug.ScopesArguments
Retrieve the scopes for the stack frame identified by `frameId`.
setFrameId(int) - Method in class org.eclipse.lsp4j.debug.StepInTargetsArguments
The stack frame for which to retrieve the possible step-in targets.
setFrameId(Integer) - Method in class org.eclipse.lsp4j.debug.CompletionsArguments
Returns completions in the scope of this stack frame.
setFrameId(Integer) - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoArguments
When `name` is an expression, evaluate it in the scope of this stack frame.
setFrameId(Integer) - Method in class org.eclipse.lsp4j.debug.EvaluateArguments
Evaluate the expression in the scope of this stack frame.
setFrameId(Integer) - Method in class org.eclipse.lsp4j.debug.SetExpressionArguments
Evaluate the expressions in the scope of this stack frame.
setFullTypeName(String) - Method in class org.eclipse.lsp4j.debug.ExceptionDetails
Fully-qualified type name of the exception object.
setFunctionBreakpoints(SetFunctionBreakpointsArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
Replaces all existing function breakpoints with new function breakpoints.
SetFunctionBreakpointsArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'setFunctionBreakpoints' request.
SetFunctionBreakpointsArguments() - Constructor for class org.eclipse.lsp4j.debug.SetFunctionBreakpointsArguments
 
SetFunctionBreakpointsResponse - Class in org.eclipse.lsp4j.debug
Response to 'setFunctionBreakpoints' request.
SetFunctionBreakpointsResponse() - Constructor for class org.eclipse.lsp4j.debug.SetFunctionBreakpointsResponse
 
setGranularity(SteppingGranularity) - Method in class org.eclipse.lsp4j.debug.NextArguments
Stepping granularity.
setGranularity(SteppingGranularity) - Method in class org.eclipse.lsp4j.debug.StepBackArguments
Stepping granularity.
setGranularity(SteppingGranularity) - Method in class org.eclipse.lsp4j.debug.StepInArguments
Stepping granularity.
setGranularity(SteppingGranularity) - Method in class org.eclipse.lsp4j.debug.StepOutArguments
Stepping granularity.
setGroup(OutputEventArgumentsGroup) - Method in class org.eclipse.lsp4j.debug.OutputEventArguments
Support for keeping an output log organized by grouping related messages.
setHex(Boolean) - Method in class org.eclipse.lsp4j.debug.ValueFormat
Display the value in hex.
setHitBreakpointIds(Integer[]) - Method in class org.eclipse.lsp4j.debug.StoppedEventArguments
Ids of the breakpoints that triggered the event.
setHitCondition(String) - Method in class org.eclipse.lsp4j.debug.DataBreakpoint
An expression that controls how many hits of the breakpoint are ignored.
setHitCondition(String) - Method in class org.eclipse.lsp4j.debug.FunctionBreakpoint
An expression that controls how many hits of the breakpoint are ignored.
setHitCondition(String) - Method in class org.eclipse.lsp4j.debug.InstructionBreakpoint
An expression that controls how many hits of the breakpoint are ignored.
setHitCondition(String) - Method in class org.eclipse.lsp4j.debug.SourceBreakpoint
The expression that controls how many hits of the breakpoint are ignored.
setId(int) - Method in class org.eclipse.lsp4j.debug.GotoTarget
Unique identifier for a goto target.
setId(int) - Method in class org.eclipse.lsp4j.debug.Message
Unique (within a debug adapter implementation) identifier for the message.
setId(int) - Method in class org.eclipse.lsp4j.debug.StackFrame
An identifier for the stack frame.
setId(int) - Method in class org.eclipse.lsp4j.debug.StepInTarget
Unique identifier for a step-in target.
setId(int) - Method in class org.eclipse.lsp4j.debug.Thread
Unique identifier for the thread.
setId(Integer) - Method in class org.eclipse.lsp4j.debug.Breakpoint
The identifier for the breakpoint.
setId(Integer) - Method in class org.eclipse.lsp4j.debug.Module
 
setId(String) - Method in class org.eclipse.lsp4j.debug.Module
 
setId(Either<Integer, String>) - Method in class org.eclipse.lsp4j.debug.Module
Unique identifier for the module.
setIncludeAll(Boolean) - Method in class org.eclipse.lsp4j.debug.StackFrameFormat
Includes all stack frames, including those the debug adapter might otherwise hide.
setIndexedVariables(Integer) - Method in class org.eclipse.lsp4j.debug.EvaluateResponse
The number of indexed child variables.
setIndexedVariables(Integer) - Method in class org.eclipse.lsp4j.debug.Scope
The number of indexed variables in this scope.
setIndexedVariables(Integer) - Method in class org.eclipse.lsp4j.debug.SetExpressionResponse
The number of indexed child variables.
setIndexedVariables(Integer) - Method in class org.eclipse.lsp4j.debug.SetVariableResponse
The number of indexed child variables.
setIndexedVariables(Integer) - Method in class org.eclipse.lsp4j.debug.Variable
The number of indexed child variables.
setInnerException(ExceptionDetails[]) - Method in class org.eclipse.lsp4j.debug.ExceptionDetails
Details of the exception contained by this exception, if any.
setInstruction(String) - Method in class org.eclipse.lsp4j.debug.DisassembledInstruction
Text representing the instruction and its operands, in an implementation-defined format.
setInstructionBreakpoints(SetInstructionBreakpointsArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
Replaces all existing instruction breakpoints.
SetInstructionBreakpointsArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'setInstructionBreakpoints' request
SetInstructionBreakpointsArguments() - Constructor for class org.eclipse.lsp4j.debug.SetInstructionBreakpointsArguments
 
SetInstructionBreakpointsResponse - Class in org.eclipse.lsp4j.debug
Response to 'setInstructionBreakpoints' request
SetInstructionBreakpointsResponse() - Constructor for class org.eclipse.lsp4j.debug.SetInstructionBreakpointsResponse
 
setInstructionBytes(String) - Method in class org.eclipse.lsp4j.debug.DisassembledInstruction
Raw bytes representing the instruction and its operands, in an implementation-defined format.
setInstructionCount(int) - Method in class org.eclipse.lsp4j.debug.DisassembleArguments
Number of instructions to disassemble starting at the specified location and offset.
setInstructionOffset(Integer) - Method in class org.eclipse.lsp4j.debug.DisassembleArguments
Offset (in instructions) to be applied after the byte offset (if any) before disassembling.
setInstructionPointerReference(String) - Method in class org.eclipse.lsp4j.debug.GotoTarget
A memory reference for the instruction pointer value represented by this target.
setInstructionPointerReference(String) - Method in class org.eclipse.lsp4j.debug.StackFrame
A memory reference for the current instruction pointer in this frame.
setInstructionReference(String) - Method in class org.eclipse.lsp4j.debug.Breakpoint
A memory reference to where the breakpoint is set.
setInstructionReference(String) - Method in class org.eclipse.lsp4j.debug.InstructionBreakpoint
The instruction reference of the breakpoint.
setInstructions(DisassembledInstruction[]) - Method in class org.eclipse.lsp4j.debug.DisassembleResponse
The list of disassembled instructions.
setIsLocalProcess(Boolean) - Method in class org.eclipse.lsp4j.debug.ProcessEventArguments
If true, the process is running on the same computer as the debug adapter.
setIsOptimized(Boolean) - Method in class org.eclipse.lsp4j.debug.Module
True if the module is optimized.
setIsUserCode(Boolean) - Method in class org.eclipse.lsp4j.debug.Module
True if the module is considered 'user code' by a debugger that supports 'Just My Code'.
setKind(String) - Method in class org.eclipse.lsp4j.debug.VariablePresentationHint
The kind of variable.
setKind(RunInTerminalRequestArgumentsKind) - Method in class org.eclipse.lsp4j.debug.RunInTerminalRequestArguments
What kind of terminal to launch.
setLabel(String) - Method in class org.eclipse.lsp4j.debug.BreakpointMode
The name of the breakpoint mode.
setLabel(String) - Method in class org.eclipse.lsp4j.debug.ColumnDescriptor
Header UI label of column.
setLabel(String) - Method in class org.eclipse.lsp4j.debug.CompletionItem
The label of this completion item.
setLabel(String) - Method in class org.eclipse.lsp4j.debug.ExceptionBreakpointsFilter
The name of the filter option.
setLabel(String) - Method in class org.eclipse.lsp4j.debug.GotoTarget
The name of the goto target (shown in the UI).
setLabel(String) - Method in class org.eclipse.lsp4j.debug.StepInTarget
The name of the step-in target (shown in the UI).
setLazy(Boolean) - Method in class org.eclipse.lsp4j.debug.VariablePresentationHint
If true, clients can present the variable with a UI that supports a specific gesture to trigger its evaluation.
setLength(Integer) - Method in class org.eclipse.lsp4j.debug.CompletionItem
Length determines how many characters are overwritten by the completion text and it is measured in UTF-16 code units.
setLevels(Integer) - Method in class org.eclipse.lsp4j.debug.StackTraceArguments
The maximum number of frames to return.
setLine(int) - Method in class org.eclipse.lsp4j.debug.BreakpointLocation
Start line of breakpoint location.
setLine(int) - Method in class org.eclipse.lsp4j.debug.BreakpointLocationsArguments
Start line of range to search possible breakpoint locations in.
setLine(int) - Method in class org.eclipse.lsp4j.debug.GotoTarget
The line of the goto target.
setLine(int) - Method in class org.eclipse.lsp4j.debug.GotoTargetsArguments
The line location for which the goto targets are determined.
setLine(int) - Method in class org.eclipse.lsp4j.debug.SourceBreakpoint
The source line of the breakpoint or logpoint.
setLine(int) - Method in class org.eclipse.lsp4j.debug.StackFrame
The line within the source of the frame.
setLine(Boolean) - Method in class org.eclipse.lsp4j.debug.StackFrameFormat
Displays the line number of the stack frame.
setLine(Integer) - Method in class org.eclipse.lsp4j.debug.Breakpoint
The start line of the actual range covered by the breakpoint.
setLine(Integer) - Method in class org.eclipse.lsp4j.debug.CompletionsArguments
A line for which to determine the completion proposals.
setLine(Integer) - Method in class org.eclipse.lsp4j.debug.DisassembledInstruction
The line within the source location that corresponds to this instruction, if any.
setLine(Integer) - Method in class org.eclipse.lsp4j.debug.EvaluateArguments
The contextual line where the expression should be evaluated.
setLine(Integer) - Method in class org.eclipse.lsp4j.debug.LocationsResponse
The line number of the location.
setLine(Integer) - Method in class org.eclipse.lsp4j.debug.OutputEventArguments
The source location's line where the output was produced.
setLine(Integer) - Method in class org.eclipse.lsp4j.debug.Scope
The start line of the range covered by this scope.
setLine(Integer) - Method in class org.eclipse.lsp4j.debug.StepInTarget
The line of the step-in target.
setLines(int[]) - Method in class org.eclipse.lsp4j.debug.SetBreakpointsArguments
Deprecated.
Use SourceBreakpoint.line of SetBreakpointsArguments.breakpoints instead.
setLinesStartAt1(Boolean) - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
If true all line numbers are 1-based (default).
setLocale(String) - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
The ISO-639 locale of the client using this adapter, e.g.
setLocation(Source) - Method in class org.eclipse.lsp4j.debug.DisassembledInstruction
Source location that corresponds to this instruction, if any.
setLocationReference(Integer) - Method in class org.eclipse.lsp4j.debug.LocationsArguments
Location reference to resolve.
setLocationReference(Integer) - Method in class org.eclipse.lsp4j.debug.OutputEventArguments
A reference that allows the client to request the location where the new value is declared.
setLogMessage(String) - Method in class org.eclipse.lsp4j.debug.SourceBreakpoint
If this attribute exists and is non-empty, the debug adapter must not 'break' (stop)
setMemoryReference(String) - Method in class org.eclipse.lsp4j.debug.DisassembleArguments
Memory reference to the base location containing the instructions to disassemble.
setMemoryReference(String) - Method in class org.eclipse.lsp4j.debug.EvaluateResponse
A memory reference to a location appropriate for this result.
setMemoryReference(String) - Method in class org.eclipse.lsp4j.debug.MemoryEventArguments
Memory reference of a memory range that has been updated.
setMemoryReference(String) - Method in class org.eclipse.lsp4j.debug.ReadMemoryArguments
Memory reference to the base location from which data should be read.
setMemoryReference(String) - Method in class org.eclipse.lsp4j.debug.SetExpressionResponse
A memory reference to a location appropriate for this result.
setMemoryReference(String) - Method in class org.eclipse.lsp4j.debug.SetVariableResponse
A memory reference to a location appropriate for this result.
setMemoryReference(String) - Method in class org.eclipse.lsp4j.debug.Variable
A memory reference associated with this variable.
setMemoryReference(String) - Method in class org.eclipse.lsp4j.debug.WriteMemoryArguments
Memory reference to the base location to which data should be written.
setMessage(String) - Method in class org.eclipse.lsp4j.debug.Breakpoint
A message about the state of the breakpoint.
setMessage(String) - Method in class org.eclipse.lsp4j.debug.ExceptionDetails
Message contained in the exception.
setMessage(String) - Method in class org.eclipse.lsp4j.debug.ProgressEndEventArguments
More detailed progress message.
setMessage(String) - Method in class org.eclipse.lsp4j.debug.ProgressStartEventArguments
More detailed progress message.
setMessage(String) - Method in class org.eclipse.lsp4j.debug.ProgressUpdateEventArguments
More detailed progress message.
setMimeType(String) - Method in class org.eclipse.lsp4j.debug.SourceResponse
Content type (MIME type) of the source.
setMode(String) - Method in class org.eclipse.lsp4j.debug.BreakpointMode
The internal ID of the mode.
setMode(String) - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoArguments
The mode of the desired breakpoint.
setMode(String) - Method in class org.eclipse.lsp4j.debug.ExceptionFilterOptions
The mode of this exception breakpoint.
setMode(String) - Method in class org.eclipse.lsp4j.debug.InstructionBreakpoint
The mode of this breakpoint.
setMode(String) - Method in class org.eclipse.lsp4j.debug.SourceBreakpoint
The mode of this breakpoint.
setModule(Boolean) - Method in class org.eclipse.lsp4j.debug.StackFrameFormat
Displays the module of the stack frame.
setModule(Module) - Method in class org.eclipse.lsp4j.debug.ModuleEventArguments
The new, changed, or removed module.
setModuleCount(Integer) - Method in class org.eclipse.lsp4j.debug.ModulesArguments
The number of modules to return.
setModuleId(Integer) - Method in class org.eclipse.lsp4j.debug.StackFrame
 
setModuleId(String) - Method in class org.eclipse.lsp4j.debug.StackFrame
 
setModuleId(Either<Integer, String>) - Method in class org.eclipse.lsp4j.debug.StackFrame
The module associated with this frame, if any.
setModules(Module[]) - Method in class org.eclipse.lsp4j.debug.ModulesResponse
All modules or range of modules.
setName(String) - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoArguments
The name of the Variable's child to obtain data breakpoint information for.
setName(String) - Method in class org.eclipse.lsp4j.debug.FunctionBreakpoint
The name of the function.
setName(String) - Method in class org.eclipse.lsp4j.debug.Module
A name of the module.
setName(String) - Method in class org.eclipse.lsp4j.debug.ProcessEventArguments
The logical name of the process.
setName(String) - Method in class org.eclipse.lsp4j.debug.Scope
Name of the scope such as 'Arguments', 'Locals', or 'Registers'.
setName(String) - Method in class org.eclipse.lsp4j.debug.SetVariableArguments
The name of the variable in the container.
setName(String) - Method in class org.eclipse.lsp4j.debug.Source
The short name of the source.
setName(String) - Method in class org.eclipse.lsp4j.debug.StackFrame
The name of the stack frame, typically a method name.
setName(String) - Method in class org.eclipse.lsp4j.debug.Thread
The name of the thread.
setName(String) - Method in class org.eclipse.lsp4j.debug.Variable
The variable's name.
setNamedVariables(Integer) - Method in class org.eclipse.lsp4j.debug.EvaluateResponse
The number of named child variables.
setNamedVariables(Integer) - Method in class org.eclipse.lsp4j.debug.Scope
The number of named variables in this scope.
setNamedVariables(Integer) - Method in class org.eclipse.lsp4j.debug.SetExpressionResponse
The number of named child variables.
setNamedVariables(Integer) - Method in class org.eclipse.lsp4j.debug.SetVariableResponse
The number of named child variables.
setNamedVariables(Integer) - Method in class org.eclipse.lsp4j.debug.Variable
The number of named child variables.
setNames(String[]) - Method in class org.eclipse.lsp4j.debug.ExceptionPathSegment
Depending on the value of 'negate' the names that should match or not match.
setNegate(Boolean) - Method in class org.eclipse.lsp4j.debug.ExceptionPathSegment
If false or missing this segment matches the names provided, otherwise it matches anything except the names provided.
setNoDebug(Boolean) - Method in class org.eclipse.lsp4j.debug.LaunchRequestArguments
If true, the launch request should launch the program without enabling debugging.
setOffset(int) - Method in class org.eclipse.lsp4j.debug.MemoryEventArguments
Starting offset in bytes where memory has been updated.
setOffset(Integer) - Method in class org.eclipse.lsp4j.debug.Breakpoint
The offset from the instruction reference.
setOffset(Integer) - Method in class org.eclipse.lsp4j.debug.DisassembleArguments
Offset (in bytes) to be applied to the reference location before disassembling.
setOffset(Integer) - Method in class org.eclipse.lsp4j.debug.InstructionBreakpoint
The offset from the instruction reference in bytes.
setOffset(Integer) - Method in class org.eclipse.lsp4j.debug.ReadMemoryArguments
Offset (in bytes) to be applied to the reference location before reading data.
setOffset(Integer) - Method in class org.eclipse.lsp4j.debug.WriteMemoryArguments
Offset (in bytes) to be applied to the reference location before writing data.
setOffset(Integer) - Method in class org.eclipse.lsp4j.debug.WriteMemoryResponse
Property that should be returned when 'allowPartial' is true to indicate the offset of the first byte of data successfully written.
setOrigin(String) - Method in class org.eclipse.lsp4j.debug.Source
The origin of this source.
setOutput(String) - Method in class org.eclipse.lsp4j.debug.OutputEventArguments
The output to report.
setParameterNames(Boolean) - Method in class org.eclipse.lsp4j.debug.StackFrameFormat
Displays the names of parameters for the stack frame.
setParameters(Boolean) - Method in class org.eclipse.lsp4j.debug.StackFrameFormat
Displays parameters for the stack frame.
setParameterTypes(Boolean) - Method in class org.eclipse.lsp4j.debug.StackFrameFormat
Displays the types of parameters for the stack frame.
setParameterValues(Boolean) - Method in class org.eclipse.lsp4j.debug.StackFrameFormat
Displays the values of parameters for the stack frame.
setPath(String) - Method in class org.eclipse.lsp4j.debug.Module
Logical full path to the module.
setPath(String) - Method in class org.eclipse.lsp4j.debug.Source
The path of the source to be shown in the UI.
setPath(ExceptionPathSegment[]) - Method in class org.eclipse.lsp4j.debug.ExceptionOptions
A path that selects a single or multiple exceptions in a tree.
setPathFormat(String) - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
Determines in what format paths are specified.
setPercentage(Double) - Method in class org.eclipse.lsp4j.debug.ProgressStartEventArguments
Progress percentage to display (value range: 0 to 100).
setPercentage(Double) - Method in class org.eclipse.lsp4j.debug.ProgressUpdateEventArguments
Progress percentage to display (value range: 0 to 100).
setPointerSize(Integer) - Method in class org.eclipse.lsp4j.debug.ProcessEventArguments
The size of a pointer or address for this process, in bits.
setPresentationHint(String) - Method in class org.eclipse.lsp4j.debug.Scope
A hint for how to present this scope in the UI.
setPresentationHint(DisassembledInstructionPresentationHint) - Method in class org.eclipse.lsp4j.debug.DisassembledInstruction
A hint for how to present the instruction in the UI.
setPresentationHint(SourcePresentationHint) - Method in class org.eclipse.lsp4j.debug.Source
A hint for how to present the source in the UI.
setPresentationHint(StackFramePresentationHint) - Method in class org.eclipse.lsp4j.debug.StackFrame
A hint for how to present this frame in the UI.
setPresentationHint(VariablePresentationHint) - Method in class org.eclipse.lsp4j.debug.EvaluateResponse
Properties of an evaluate result that can be used to determine how to render the result in the UI.
setPresentationHint(VariablePresentationHint) - Method in class org.eclipse.lsp4j.debug.SetExpressionResponse
Properties of a value that can be used to determine how to render the result in the UI.
setPresentationHint(VariablePresentationHint) - Method in class org.eclipse.lsp4j.debug.Variable
Properties of a variable that can be used to determine how to render the variable in the UI.
setPreserveFocusHint(Boolean) - Method in class org.eclipse.lsp4j.debug.StoppedEventArguments
A value of true hints to the client that this event should not change the focus.
setProcessId(Integer) - Method in class org.eclipse.lsp4j.debug.RunInTerminalResponse
The process ID.
setProgressId(String) - Method in class org.eclipse.lsp4j.debug.CancelArguments
The ID (attribute 'progressId') of the progress to cancel.
setProgressId(String) - Method in class org.eclipse.lsp4j.debug.ProgressEndEventArguments
The ID that was introduced in the initial 'ProgressStartEvent'.
setProgressId(String) - Method in class org.eclipse.lsp4j.debug.ProgressStartEventArguments
An ID that can be used in subsequent 'progressUpdate' and 'progressEnd' events to make them refer to the same progress reporting.
setProgressId(String) - Method in class org.eclipse.lsp4j.debug.ProgressUpdateEventArguments
The ID that was introduced in the initial 'progressStart' event.
setReason(String) - Method in class org.eclipse.lsp4j.debug.BreakpointEventArguments
The reason for the event.
setReason(String) - Method in class org.eclipse.lsp4j.debug.StoppedEventArguments
The reason for the event.
setReason(String) - Method in class org.eclipse.lsp4j.debug.ThreadEventArguments
The reason for the event.
setReason(BreakpointNotVerifiedReason) - Method in class org.eclipse.lsp4j.debug.Breakpoint
A machine-readable explanation of why a breakpoint may not be verified.
setReason(LoadedSourceEventArgumentsReason) - Method in class org.eclipse.lsp4j.debug.LoadedSourceEventArguments
The reason for the event.
setReason(ModuleEventArgumentsReason) - Method in class org.eclipse.lsp4j.debug.ModuleEventArguments
The reason for the event.
setRequest(StartDebuggingRequestArgumentsType) - Method in class org.eclipse.lsp4j.debug.StartDebuggingRequestArguments
Indicates whether the new debug session should be started with a `launch` or `attach` request.
setRequestId(Integer) - Method in class org.eclipse.lsp4j.debug.CancelArguments
The ID (attribute 'seq') of the request to cancel.
setRequestId(Integer) - Method in class org.eclipse.lsp4j.debug.ProgressStartEventArguments
The request ID that this progress report is related to.
setResolveSymbols(Boolean) - Method in class org.eclipse.lsp4j.debug.DisassembleArguments
If true, the adapter should attempt to resolve memory addresses and other values to symbolic names.
setRestart(Boolean) - Method in class org.eclipse.lsp4j.debug.DisconnectArguments
A value of true indicates that this 'disconnect' request is part of a restart sequence.
setRestart(Boolean) - Method in class org.eclipse.lsp4j.debug.TerminateArguments
A value of true indicates that this 'terminate' request is part of a restart sequence.
setRestart(Object) - Method in class org.eclipse.lsp4j.debug.TerminatedEventArguments
A debug adapter may set 'restart' to true (or to an arbitrary object) to request that the client restarts the session.
setResult(String) - Method in class org.eclipse.lsp4j.debug.EvaluateResponse
The result of the evaluate request.
setScopes(Scope[]) - Method in class org.eclipse.lsp4j.debug.ScopesResponse
The scopes of the stack frame.
setSelectionLength(Integer) - Method in class org.eclipse.lsp4j.debug.CompletionItem
Determines the length of the new selection after the text has been inserted (or replaced) and it is measured in UTF-16 code units.
setSelectionStart(Integer) - Method in class org.eclipse.lsp4j.debug.CompletionItem
Determines the start of the new selection after the text has been inserted (or replaced).
setSendTelemetry(Boolean) - Method in class org.eclipse.lsp4j.debug.Message
If true send to telemetry.
setShellProcessId(Integer) - Method in class org.eclipse.lsp4j.debug.RunInTerminalResponse
The process ID of the terminal shell.
setShowUser(Boolean) - Method in class org.eclipse.lsp4j.debug.Message
If true show user.
setSingleThread(Boolean) - Method in class org.eclipse.lsp4j.debug.ContinueArguments
If this flag is true, execution is resumed only for the thread with given ContinueArguments.threadId.
setSingleThread(Boolean) - Method in class org.eclipse.lsp4j.debug.NextArguments
If this flag is true, all other suspended threads are not resumed.
setSingleThread(Boolean) - Method in class org.eclipse.lsp4j.debug.ReverseContinueArguments
If this flag is true, backward execution is resumed only for the thread with given 'threadId'.
setSingleThread(Boolean) - Method in class org.eclipse.lsp4j.debug.StepBackArguments
If this flag is true, all other suspended threads are not resumed.
setSingleThread(Boolean) - Method in class org.eclipse.lsp4j.debug.StepInArguments
If this flag is true, all other suspended threads are not resumed.
setSingleThread(Boolean) - Method in class org.eclipse.lsp4j.debug.StepOutArguments
If this flag is true, all other suspended threads are not resumed.
setSortText(String) - Method in class org.eclipse.lsp4j.debug.CompletionItem
A string that should be used when comparing this item with other items.
setSource(Source) - Method in class org.eclipse.lsp4j.debug.Breakpoint
The source where the breakpoint is located.
setSource(Source) - Method in class org.eclipse.lsp4j.debug.BreakpointLocationsArguments
The source location of the breakpoints; either 'source.path' or 'source.sourceReference' must be specified.
setSource(Source) - Method in class org.eclipse.lsp4j.debug.EvaluateArguments
The contextual source in which the `line` is found.
setSource(Source) - Method in class org.eclipse.lsp4j.debug.GotoTargetsArguments
The source location for which the goto targets are determined.
setSource(Source) - Method in class org.eclipse.lsp4j.debug.LoadedSourceEventArguments
The new, changed, or removed source.
setSource(Source) - Method in class org.eclipse.lsp4j.debug.LocationsResponse
The source containing the location; either `source.path` or `source.sourceReference` must be specified.
setSource(Source) - Method in class org.eclipse.lsp4j.debug.OutputEventArguments
The source location where the output was produced.
setSource(Source) - Method in class org.eclipse.lsp4j.debug.Scope
The source for this scope.
setSource(Source) - Method in class org.eclipse.lsp4j.debug.SetBreakpointsArguments
The source location of the breakpoints; either 'source.path' or 'source.sourceReference' must be specified.
setSource(Source) - Method in class org.eclipse.lsp4j.debug.SourceArguments
Specifies the source content to load.
setSource(Source) - Method in class org.eclipse.lsp4j.debug.StackFrame
The source of the frame.
setSourceModified(Boolean) - Method in class org.eclipse.lsp4j.debug.SetBreakpointsArguments
A value of true indicates that the underlying source has been modified which results in new breakpoint locations.
setSourceReference(int) - Method in class org.eclipse.lsp4j.debug.SourceArguments
The reference to the source.
setSourceReference(Integer) - Method in class org.eclipse.lsp4j.debug.Source
If the value > 0 the contents of the source must be retrieved through the SourceRequest (even if a path is specified).
setSources(Source[]) - Method in class org.eclipse.lsp4j.debug.LoadedSourcesResponse
Set of loaded sources.
setSources(Source[]) - Method in class org.eclipse.lsp4j.debug.Source
A list of sources that are related to this source.
setStackFrameId(Integer) - Method in class org.eclipse.lsp4j.debug.InvalidatedEventArguments
If specified, the client only needs to refetch data related to this stack frame (and the 'threadId' is ignored).
setStackFrames(StackFrame[]) - Method in class org.eclipse.lsp4j.debug.StackTraceResponse
The frames of the stack frame.
setStackTrace(String) - Method in class org.eclipse.lsp4j.debug.ExceptionDetails
Stack trace at the time the exception was thrown.
setStart(Integer) - Method in class org.eclipse.lsp4j.debug.CompletionItem
Start position (within the `text` attribute of the `completions` request) where the completion text is added.
setStart(Integer) - Method in class org.eclipse.lsp4j.debug.VariablesArguments
The index of the first variable to return; if omitted children start at 0.
setStartFrame(Integer) - Method in class org.eclipse.lsp4j.debug.StackTraceArguments
The index of the first frame to return; if omitted frames start at 0.
setStartMethod(ProcessEventArgumentsStartMethod) - Method in class org.eclipse.lsp4j.debug.ProcessEventArguments
Describes how the debug engine started debugging this process.
setStartModule(Integer) - Method in class org.eclipse.lsp4j.debug.ModulesArguments
The index of the first module to return; if omitted modules start at 0.
setSupportedChecksumAlgorithms(ChecksumAlgorithm[]) - Method in class org.eclipse.lsp4j.debug.Capabilities
Checksum algorithms supported by the debug adapter.
setSupportsANSIStyling(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports ANSI escape sequences in styling of `OutputEvent.output` and `Variable.value` fields.
setSupportsANSIStyling(Boolean) - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
The client will interpret ANSI escape sequences in the display of `OutputEvent.output` and `Variable.value` fields when `Capabilities.supportsANSIStyling` is also enabled.
setSupportsArgsCanBeInterpretedByShell(Boolean) - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
Client supports the 'argsCanBeInterpretedByShell' attribute on the 'runInTerminal' request.
setSupportsBreakpointLocationsRequest(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'breakpointLocations' request.
setSupportsCancelRequest(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'cancel' request.
setSupportsClipboardContext(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'clipboard' context value in the 'evaluate' request.
setSupportsCompletionsRequest(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'completions' request.
setSupportsCondition(Boolean) - Method in class org.eclipse.lsp4j.debug.ExceptionBreakpointsFilter
Controls whether a condition can be specified for this filter option.
setSupportsConditionalBreakpoints(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports conditional breakpoints.
setSupportsConfigurationDoneRequest(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'configurationDone' request.
setSupportsDataBreakpointBytes(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'asAddress' and 'bytes' fields in the 'dataBreakpointInfo' request.
setSupportsDataBreakpoints(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports data breakpoints.
setSupportsDelayedStackTraceLoading(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the delayed loading of parts of the stack, which requires that both the 'startFrame' and 'levels' arguments and the 'totalFrames' result of the 'StackTrace' request are supported.
setSupportsDisassembleRequest(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'disassemble' request.
setSupportsEvaluateForHovers(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports a (side effect free) evaluate request for data hovers.
setSupportsExceptionFilterOptions(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports 'filterOptions' as an argument on the 'setExceptionBreakpoints' request.
setSupportsExceptionInfoRequest(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'exceptionInfo' request.
setSupportsExceptionOptions(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports 'exceptionOptions' on the setExceptionBreakpoints request.
setSupportsFunctionBreakpoints(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports function breakpoints.
setSupportsGotoTargetsRequest(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'gotoTargets' request.
setSupportsHitConditionalBreakpoints(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports breakpoints that break execution after a specified number of hits.
setSupportsInstructionBreakpoints(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports adding breakpoints based on instruction references.
setSupportsInvalidatedEvent(Boolean) - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
Client supports the invalidated event.
setSupportsLoadedSourcesRequest(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'loadedSources' request.
setSupportsLogPoints(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports log points by interpreting the 'logMessage' attribute of the SourceBreakpoint.
setSupportsMemoryEvent(Boolean) - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
Client supports the memory event.
setSupportsMemoryReferences(Boolean) - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
Client supports memory references.
setSupportsModulesRequest(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'modules' request.
setSupportsProgressReporting(Boolean) - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
Client supports progress reporting.
setSupportsReadMemoryRequest(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'readMemory' request.
setSupportsRestartFrame(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports restarting a frame.
setSupportsRestartRequest(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'restart' request.
setSupportsRunInTerminalRequest(Boolean) - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
Client supports the runInTerminal request.
setSupportsSetExpression(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'setExpression' request.
setSupportsSetVariable(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports setting a variable to a value.
setSupportsSingleThreadExecutionRequests(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'singleThread' property on the execution requests ('continue', 'next', 'stepIn', 'stepOut', 'reverseContinue', 'stepBack').
setSupportsStartDebuggingRequest(Boolean) - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
Client supports the `startDebugging` request.
setSupportsStepBack(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports stepping back via the 'stepBack' and 'reverseContinue' requests.
setSupportsStepInTargetsRequest(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'stepInTargets' request.
setSupportsSteppingGranularity(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports stepping granularities (argument 'granularity') for the stepping requests.
setSupportsTerminateRequest(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'terminate' request.
setSupportsTerminateThreadsRequest(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'terminateThreads' request.
setSupportSuspendDebuggee(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'suspendDebuggee' attribute on the 'disconnect' request.
setSupportsValueFormattingOptions(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports a 'format' attribute on the `stackTrace`, `variables`, and `evaluate` requests.
setSupportsVariablePaging(Boolean) - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
Client supports the paging of variables.
setSupportsVariableType(Boolean) - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
Client supports the `type` attribute for variables.
setSupportsWriteMemoryRequest(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'writeMemory' request.
setSupportTerminateDebuggee(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
The debug adapter supports the 'terminateDebuggee' attribute on the 'disconnect' request.
setSuspendDebuggee(Boolean) - Method in class org.eclipse.lsp4j.debug.DisconnectArguments
Indicates whether the debuggee should stay suspended when the debugger is disconnected.
setSymbol(String) - Method in class org.eclipse.lsp4j.debug.DisassembledInstruction
Name of the symbol that corresponds with the location of this instruction, if any.
setSymbolFilePath(String) - Method in class org.eclipse.lsp4j.debug.Module
Logical full path to the symbol file.
setSymbolStatus(String) - Method in class org.eclipse.lsp4j.debug.Module
User-understandable description of if symbols were found for the module (ex: 'Symbols Loaded', 'Symbols not found', etc.)
setSystemProcessId(Integer) - Method in class org.eclipse.lsp4j.debug.ProcessEventArguments
The process ID of the debugged process, as assigned by the operating system.
setTargetId(int) - Method in class org.eclipse.lsp4j.debug.GotoArguments
The location where the debuggee will continue to run.
setTargetId(Integer) - Method in class org.eclipse.lsp4j.debug.StepInArguments
Id of the target to step into.
setTargets(CompletionItem[]) - Method in class org.eclipse.lsp4j.debug.CompletionsResponse
The possible completions for .
setTargets(GotoTarget[]) - Method in class org.eclipse.lsp4j.debug.GotoTargetsResponse
The possible goto targets of the specified location.
setTargets(StepInTarget[]) - Method in class org.eclipse.lsp4j.debug.StepInTargetsResponse
The possible step-in targets of the specified source location.
setTerminateDebuggee(Boolean) - Method in class org.eclipse.lsp4j.debug.DisconnectArguments
Indicates whether the debuggee should be terminated when the debugger is disconnected.
setText(String) - Method in class org.eclipse.lsp4j.debug.CompletionItem
If text is returned and not an empty string, then it is inserted instead of the label.
setText(String) - Method in class org.eclipse.lsp4j.debug.CompletionsArguments
One or more source lines.
setText(String) - Method in class org.eclipse.lsp4j.debug.StoppedEventArguments
Additional information.
setThreadId(int) - Method in class org.eclipse.lsp4j.debug.ContinueArguments
Specifies the active thread.
setThreadId(int) - Method in class org.eclipse.lsp4j.debug.ContinuedEventArguments
The thread which was continued.
setThreadId(int) - Method in class org.eclipse.lsp4j.debug.ExceptionInfoArguments
Thread for which exception information should be retrieved.
setThreadId(int) - Method in class org.eclipse.lsp4j.debug.GotoArguments
Set the goto target for this thread.
setThreadId(int) - Method in class org.eclipse.lsp4j.debug.NextArguments
Specifies the thread for which to resume execution for one step (of the given granularity).
setThreadId(int) - Method in class org.eclipse.lsp4j.debug.PauseArguments
Pause execution for this thread.
setThreadId(int) - Method in class org.eclipse.lsp4j.debug.ReverseContinueArguments
Specifies the active thread.
setThreadId(int) - Method in class org.eclipse.lsp4j.debug.StackTraceArguments
Retrieve the stacktrace for this thread.
setThreadId(int) - Method in class org.eclipse.lsp4j.debug.StepBackArguments
Specifies the thread for which to resume execution for one step backwards (of the given granularity).
setThreadId(int) - Method in class org.eclipse.lsp4j.debug.StepInArguments
Specifies the thread for which to resume execution for one step-into (of the given granularity).
setThreadId(int) - Method in class org.eclipse.lsp4j.debug.StepOutArguments
Specifies the thread for which to resume execution for one step-out (of the given granularity).
setThreadId(int) - Method in class org.eclipse.lsp4j.debug.ThreadEventArguments
The identifier of the thread.
setThreadId(Integer) - Method in class org.eclipse.lsp4j.debug.InvalidatedEventArguments
If specified, the client only needs to refetch data related to this thread.
setThreadId(Integer) - Method in class org.eclipse.lsp4j.debug.StoppedEventArguments
The thread which was stopped.
setThreadIds(int[]) - Method in class org.eclipse.lsp4j.debug.TerminateThreadsArguments
Ids of threads to be terminated.
setThreads(Thread[]) - Method in class org.eclipse.lsp4j.debug.ThreadsResponse
All threads.
setTitle(String) - Method in class org.eclipse.lsp4j.debug.ProgressStartEventArguments
Short title of the progress reporting.
setTitle(String) - Method in class org.eclipse.lsp4j.debug.RunInTerminalRequestArguments
Title of the terminal.
setTotalFrames(Integer) - Method in class org.eclipse.lsp4j.debug.StackTraceResponse
The total number of frames available in the stack.
setTotalModules(Integer) - Method in class org.eclipse.lsp4j.debug.ModulesResponse
The total number of modules available.
setType(String) - Method in class org.eclipse.lsp4j.debug.EvaluateResponse
The type of the evaluate result.
setType(String) - Method in class org.eclipse.lsp4j.debug.SetExpressionResponse
The type of the value.
setType(String) - Method in class org.eclipse.lsp4j.debug.SetVariableResponse
The type of the new value.
setType(String) - Method in class org.eclipse.lsp4j.debug.Variable
The type of the variable's value.
setType(ColumnDescriptorType) - Method in class org.eclipse.lsp4j.debug.ColumnDescriptor
Datatype of values in this column.
setType(CompletionItemType) - Method in class org.eclipse.lsp4j.debug.CompletionItem
The item's type.
setTypeName(String) - Method in class org.eclipse.lsp4j.debug.ExceptionDetails
Short type name of the exception object.
setUnreadableBytes(Integer) - Method in class org.eclipse.lsp4j.debug.ReadMemoryResponse
The number of unreadable bytes encountered after the last successfully read byte.
setUrl(String) - Method in class org.eclipse.lsp4j.debug.Message
A url where additional information about this message can be found.
setUrlLabel(String) - Method in class org.eclipse.lsp4j.debug.Message
A label that is presented to the user as the UI for opening the url.
setValue(String) - Method in class org.eclipse.lsp4j.debug.SetExpressionArguments
The value expression to assign to the l-value expression.
setValue(String) - Method in class org.eclipse.lsp4j.debug.SetExpressionResponse
The new value of the expression.
setValue(String) - Method in class org.eclipse.lsp4j.debug.SetVariableArguments
The value of the variable.
setValue(String) - Method in class org.eclipse.lsp4j.debug.SetVariableResponse
The new value of the variable.
setValue(String) - Method in class org.eclipse.lsp4j.debug.Variable
The variable's value.
setValueLocationReference(Integer) - Method in class org.eclipse.lsp4j.debug.EvaluateResponse
A reference that allows the client to request the location where the returned value is declared.
setValueLocationReference(Integer) - Method in class org.eclipse.lsp4j.debug.SetExpressionResponse
A reference that allows the client to request the location where the new value is declared.
setValueLocationReference(Integer) - Method in class org.eclipse.lsp4j.debug.SetVariableResponse
A reference that allows the client to request the location where the new value is declared.
setValueLocationReference(Integer) - Method in class org.eclipse.lsp4j.debug.Variable
A reference that allows the client to request the location where the variable's value is declared.
setVariable(SetVariableArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
Set the variable with the given name in the variable container to a new value.
SetVariableArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'setVariable' request.
SetVariableArguments() - Constructor for class org.eclipse.lsp4j.debug.SetVariableArguments
 
SetVariableResponse - Class in org.eclipse.lsp4j.debug
Response to 'setVariable' request.
SetVariableResponse() - Constructor for class org.eclipse.lsp4j.debug.SetVariableResponse
 
setVariables(Map<String, String>) - Method in class org.eclipse.lsp4j.debug.Message
An object used as a dictionary for looking up the variables in the format string.
setVariables(Variable[]) - Method in class org.eclipse.lsp4j.debug.VariablesResponse
All (or a range) of variables for the given variable reference.
setVariablesReference(int) - Method in class org.eclipse.lsp4j.debug.EvaluateResponse
If `variablesReference` is > 0, the evaluate result is structured and its children can be retrieved by passing `variablesReference` to the `variables` request as long as execution remains suspended.
setVariablesReference(int) - Method in class org.eclipse.lsp4j.debug.Scope
The variables of this scope can be retrieved by passing the value of `variablesReference` to the `variables` request as long as execution remains suspended.
setVariablesReference(int) - Method in class org.eclipse.lsp4j.debug.SetVariableArguments
The reference of the variable container.
setVariablesReference(int) - Method in class org.eclipse.lsp4j.debug.Variable
If `variablesReference` is > 0, the variable is structured and its children can be retrieved by passing `variablesReference` to the `variables` request as long as execution remains suspended.
setVariablesReference(int) - Method in class org.eclipse.lsp4j.debug.VariablesArguments
The variable for which to retrieve its children.
setVariablesReference(Integer) - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoArguments
Reference to the variable container if the data breakpoint is requested for a child of the container.
setVariablesReference(Integer) - Method in class org.eclipse.lsp4j.debug.OutputEventArguments
If an attribute `variablesReference` exists and its value is > 0, the output contains objects which can be retrieved by passing `variablesReference` to the `variables` request as long as execution remains suspended.
setVariablesReference(Integer) - Method in class org.eclipse.lsp4j.debug.SetExpressionResponse
If `variablesReference` is > 0, the evaluate result is structured and its children can be retrieved by passing `variablesReference` to the `variables` request as long as execution remains suspended.
setVariablesReference(Integer) - Method in class org.eclipse.lsp4j.debug.SetVariableResponse
If `variablesReference` is > 0, the new value is structured and its children can be retrieved by passing `variablesReference` to the `variables` request as long as execution remains suspended.
setVerified(boolean) - Method in class org.eclipse.lsp4j.debug.Breakpoint
If true, breakpoint could be set (but not necessarily at the desired location).
setVersion(String) - Method in class org.eclipse.lsp4j.debug.Module
Version of Module.
setVisibility(String) - Method in class org.eclipse.lsp4j.debug.VariablePresentationHint
Visibility of variable.
setWidth(Integer) - Method in class org.eclipse.lsp4j.debug.ColumnDescriptor
Width of this column in characters (hint only).
SHA1 - org.eclipse.lsp4j.debug.ChecksumAlgorithm
 
SHA256 - org.eclipse.lsp4j.debug.ChecksumAlgorithm
 
SNIPPET - org.eclipse.lsp4j.debug.CompletionItemType
 
source(SourceArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
The request retrieves the source code for a given source reference.
Source - Class in org.eclipse.lsp4j.debug
A Source is a descriptor for source code.
Source() - Constructor for class org.eclipse.lsp4j.debug.Source
 
SOURCE - Static variable in interface org.eclipse.lsp4j.debug.BreakpointModeApplicability
In `SourceBreakpoint`s
SourceArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'source' request.
SourceArguments() - Constructor for class org.eclipse.lsp4j.debug.SourceArguments
 
SourceBreakpoint - Class in org.eclipse.lsp4j.debug
Properties of a breakpoint or logpoint passed to the setBreakpoints request.
SourceBreakpoint() - Constructor for class org.eclipse.lsp4j.debug.SourceBreakpoint
 
SourcePresentationHint - Enum in org.eclipse.lsp4j.debug
An optional hint for how to present the source in the UI.
SourceResponse - Class in org.eclipse.lsp4j.debug
Response to 'source' request.
SourceResponse() - Constructor for class org.eclipse.lsp4j.debug.SourceResponse
 
StackFrame - Class in org.eclipse.lsp4j.debug
A Stackframe contains the source location.
StackFrame() - Constructor for class org.eclipse.lsp4j.debug.StackFrame
 
StackFrameFormat - Class in org.eclipse.lsp4j.debug
Provides formatting information for a stack frame.
StackFrameFormat() - Constructor for class org.eclipse.lsp4j.debug.StackFrameFormat
 
StackFramePresentationHint - Enum in org.eclipse.lsp4j.debug
An optional hint for how to present this frame in the UI.
STACKS - Static variable in interface org.eclipse.lsp4j.debug.InvalidatedAreas
Previously fetched stack related data has become invalid and needs to be refetched.
stackTrace(StackTraceArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
The request returns a stacktrace from the current execution state of a given thread.
StackTraceArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'stackTrace' request.
StackTraceArguments() - Constructor for class org.eclipse.lsp4j.debug.StackTraceArguments
 
StackTraceResponse - Class in org.eclipse.lsp4j.debug
Response to 'stackTrace' request.
StackTraceResponse() - Constructor for class org.eclipse.lsp4j.debug.StackTraceResponse
 
START - org.eclipse.lsp4j.debug.OutputEventArgumentsGroup
Start a new group in expanded mode.
START_COLLAPSED - org.eclipse.lsp4j.debug.OutputEventArgumentsGroup
Start a new group in collapsed mode.
startDebugging(StartDebuggingRequestArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolClient
This request is sent from the debug adapter to the client to start a new debug session of the same type as the caller.
StartDebuggingRequestArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'startDebugging' request.
StartDebuggingRequestArguments() - Constructor for class org.eclipse.lsp4j.debug.StartDebuggingRequestArguments
 
StartDebuggingRequestArgumentsType - Enum in org.eclipse.lsp4j.debug
Indicates whether the new debug session should be started with a `launch` or `attach` request.
STARTED - Static variable in interface org.eclipse.lsp4j.debug.ThreadEventArgumentsReason
 
STATEMENT - org.eclipse.lsp4j.debug.SteppingGranularity
The step should allow the program to run until the current statement has finished executing.
STATIC - Static variable in interface org.eclipse.lsp4j.debug.VariablePresentationHintAttributes
Indicates that the object is static.
STDERR - Static variable in interface org.eclipse.lsp4j.debug.OutputEventArgumentsCategory
Show the output as error program output from the debuggee.
STDOUT - Static variable in interface org.eclipse.lsp4j.debug.OutputEventArgumentsCategory
Show the output as normal program output from the debuggee.
STEP - Static variable in interface org.eclipse.lsp4j.debug.StoppedEventArgumentsReason
 
stepBack(StepBackArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
The request executes one backward step (in the given granularity) for the specified thread and allows all other threads to run backward freely by resuming them.
StepBackArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'stepBack' request.
StepBackArguments() - Constructor for class org.eclipse.lsp4j.debug.StepBackArguments
 
stepIn(StepInArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
The request resumes the given thread to step into a function/method and allows all other threads to run freely by resuming them.
StepInArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'stepIn' request.
StepInArguments() - Constructor for class org.eclipse.lsp4j.debug.StepInArguments
 
StepInTarget - Class in org.eclipse.lsp4j.debug
A StepInTarget can be used in the `stepIn` request and determines into which single target the `stepIn` request should step.
StepInTarget() - Constructor for class org.eclipse.lsp4j.debug.StepInTarget
 
stepInTargets(StepInTargetsArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
This request retrieves the possible step-in targets for the specified stack frame.
StepInTargetsArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'stepInTargets' request.
StepInTargetsArguments() - Constructor for class org.eclipse.lsp4j.debug.StepInTargetsArguments
 
StepInTargetsResponse - Class in org.eclipse.lsp4j.debug
Response to 'stepInTargets' request.
StepInTargetsResponse() - Constructor for class org.eclipse.lsp4j.debug.StepInTargetsResponse
 
stepOut(StepOutArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
The request resumes the given thread to step out (return) from a function/method and allows all other threads to run freely by resuming them.
StepOutArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'stepOut' request.
StepOutArguments() - Constructor for class org.eclipse.lsp4j.debug.StepOutArguments
 
SteppingGranularity - Enum in org.eclipse.lsp4j.debug
The granularity of one 'step' in the stepping requests 'next', 'stepIn', 'stepOut', and 'stepBack'.
stopped(StoppedEventArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolClient
The event indicates that the execution of the debuggee has stopped due to some condition.
StoppedEventArguments - Class in org.eclipse.lsp4j.debug
The event indicates that the execution of the debuggee has stopped due to some condition.
StoppedEventArguments() - Constructor for class org.eclipse.lsp4j.debug.StoppedEventArguments
 
StoppedEventArgumentsReason - Interface in org.eclipse.lsp4j.debug
The reason for the event.
STRING - org.eclipse.lsp4j.debug.ColumnDescriptorType
 
SUBTLE - org.eclipse.lsp4j.debug.StackFramePresentationHint
 

T

TELEMETRY - Static variable in interface org.eclipse.lsp4j.debug.OutputEventArgumentsCategory
Send the output to telemetry instead of showing it to the user.
terminate(TerminateArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
The 'terminate' request is sent from the client to the debug adapter in order to shut down the debuggee gracefully.
TerminateArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'terminate' request.
TerminateArguments() - Constructor for class org.eclipse.lsp4j.debug.TerminateArguments
 
terminated(TerminatedEventArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolClient
The event indicates that debugging of the debuggee has terminated.
TerminatedEventArguments - Class in org.eclipse.lsp4j.debug
The event indicates that debugging of the debuggee has terminated.
TerminatedEventArguments() - Constructor for class org.eclipse.lsp4j.debug.TerminatedEventArguments
 
terminateThreads(TerminateThreadsArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
The request terminates the threads with the given ids.
TerminateThreadsArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'terminateThreads' request.
TerminateThreadsArguments() - Constructor for class org.eclipse.lsp4j.debug.TerminateThreadsArguments
 
TEXT - org.eclipse.lsp4j.debug.CompletionItemType
 
thread(ThreadEventArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolClient
The event indicates that a thread has started or exited.
Thread - Class in org.eclipse.lsp4j.debug
A Thread
Thread() - Constructor for class org.eclipse.lsp4j.debug.Thread
 
ThreadEventArguments - Class in org.eclipse.lsp4j.debug
The event indicates that a thread has started or exited.
ThreadEventArguments() - Constructor for class org.eclipse.lsp4j.debug.ThreadEventArguments
 
ThreadEventArgumentsReason - Interface in org.eclipse.lsp4j.debug
The reason for the event.
threads() - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
The request retrieves a list of all threads.
THREADS - Static variable in interface org.eclipse.lsp4j.debug.InvalidatedAreas
Previously fetched thread related data has become invalid and needs to be refetched.
ThreadsResponse - Class in org.eclipse.lsp4j.debug
Response to 'threads' request.
ThreadsResponse() - Constructor for class org.eclipse.lsp4j.debug.ThreadsResponse
 
TIMESTAMP - org.eclipse.lsp4j.debug.ChecksumAlgorithm
 
toString() - Method in class org.eclipse.lsp4j.debug.AttachRequestArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.Breakpoint
 
toString() - Method in class org.eclipse.lsp4j.debug.BreakpointEventArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.BreakpointLocation
 
toString() - Method in class org.eclipse.lsp4j.debug.BreakpointLocationsArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.BreakpointLocationsResponse
 
toString() - Method in class org.eclipse.lsp4j.debug.BreakpointMode
 
toString() - Method in class org.eclipse.lsp4j.debug.CancelArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.Capabilities
 
toString() - Method in class org.eclipse.lsp4j.debug.CapabilitiesEventArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.Checksum
 
toString() - Method in class org.eclipse.lsp4j.debug.ColumnDescriptor
 
toString() - Method in class org.eclipse.lsp4j.debug.CompletionItem
 
toString() - Method in class org.eclipse.lsp4j.debug.CompletionsArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.CompletionsResponse
 
toString() - Method in class org.eclipse.lsp4j.debug.ConfigurationDoneArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.ContinueArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.ContinuedEventArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.ContinueResponse
 
toString() - Method in class org.eclipse.lsp4j.debug.DataBreakpoint
 
toString() - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoResponse
 
toString() - Method in class org.eclipse.lsp4j.debug.DisassembleArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.DisassembledInstruction
 
toString() - Method in class org.eclipse.lsp4j.debug.DisassembleResponse
 
toString() - Method in class org.eclipse.lsp4j.debug.DisconnectArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.EvaluateArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.EvaluateResponse
 
toString() - Method in class org.eclipse.lsp4j.debug.ExceptionBreakpointsFilter
 
toString() - Method in class org.eclipse.lsp4j.debug.ExceptionDetails
 
toString() - Method in class org.eclipse.lsp4j.debug.ExceptionFilterOptions
 
toString() - Method in class org.eclipse.lsp4j.debug.ExceptionInfoArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.ExceptionInfoResponse
 
toString() - Method in class org.eclipse.lsp4j.debug.ExceptionOptions
 
toString() - Method in class org.eclipse.lsp4j.debug.ExceptionPathSegment
 
toString() - Method in class org.eclipse.lsp4j.debug.ExitedEventArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.FunctionBreakpoint
 
toString() - Method in class org.eclipse.lsp4j.debug.GotoArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.GotoTarget
 
toString() - Method in class org.eclipse.lsp4j.debug.GotoTargetsArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.GotoTargetsResponse
 
toString() - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.InstructionBreakpoint
 
toString() - Method in class org.eclipse.lsp4j.debug.InvalidatedEventArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.LaunchRequestArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.LoadedSourceEventArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.LoadedSourcesArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.LoadedSourcesResponse
 
toString() - Method in class org.eclipse.lsp4j.debug.LocationsArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.LocationsResponse
 
toString() - Method in class org.eclipse.lsp4j.debug.MemoryEventArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.Message
 
toString() - Method in class org.eclipse.lsp4j.debug.Module
 
toString() - Method in class org.eclipse.lsp4j.debug.ModuleEventArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.ModulesArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.ModulesResponse
 
toString() - Method in class org.eclipse.lsp4j.debug.NextArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.OutputEventArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.PauseArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.ProcessEventArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.ProgressEndEventArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.ProgressStartEventArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.ProgressUpdateEventArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.ReadMemoryArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.ReadMemoryResponse
 
toString() - Method in class org.eclipse.lsp4j.debug.RestartArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.RestartFrameArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.ReverseContinueArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.RunInTerminalRequestArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.RunInTerminalResponse
 
toString() - Method in class org.eclipse.lsp4j.debug.Scope
 
toString() - Method in class org.eclipse.lsp4j.debug.ScopesArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.ScopesResponse
 
toString() - Method in class org.eclipse.lsp4j.debug.SetBreakpointsArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.SetBreakpointsResponse
 
toString() - Method in class org.eclipse.lsp4j.debug.SetDataBreakpointsArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.SetDataBreakpointsResponse
 
toString() - Method in class org.eclipse.lsp4j.debug.SetExceptionBreakpointsArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.SetExceptionBreakpointsResponse
 
toString() - Method in class org.eclipse.lsp4j.debug.SetExpressionArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.SetExpressionResponse
 
toString() - Method in class org.eclipse.lsp4j.debug.SetFunctionBreakpointsArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.SetFunctionBreakpointsResponse
 
toString() - Method in class org.eclipse.lsp4j.debug.SetInstructionBreakpointsArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.SetInstructionBreakpointsResponse
 
toString() - Method in class org.eclipse.lsp4j.debug.SetVariableArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.SetVariableResponse
 
toString() - Method in class org.eclipse.lsp4j.debug.Source
 
toString() - Method in class org.eclipse.lsp4j.debug.SourceArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.SourceBreakpoint
 
toString() - Method in class org.eclipse.lsp4j.debug.SourceResponse
 
toString() - Method in class org.eclipse.lsp4j.debug.StackFrame
 
toString() - Method in class org.eclipse.lsp4j.debug.StackFrameFormat
 
toString() - Method in class org.eclipse.lsp4j.debug.StackTraceArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.StackTraceResponse
 
toString() - Method in class org.eclipse.lsp4j.debug.StartDebuggingRequestArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.StepBackArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.StepInArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.StepInTarget
 
toString() - Method in class org.eclipse.lsp4j.debug.StepInTargetsArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.StepInTargetsResponse
 
toString() - Method in class org.eclipse.lsp4j.debug.StepOutArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.StoppedEventArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.TerminateArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.TerminatedEventArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.TerminateThreadsArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.Thread
 
toString() - Method in class org.eclipse.lsp4j.debug.ThreadEventArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.ThreadsResponse
 
toString() - Method in class org.eclipse.lsp4j.debug.ValueFormat
 
toString() - Method in class org.eclipse.lsp4j.debug.Variable
 
toString() - Method in class org.eclipse.lsp4j.debug.VariablePresentationHint
 
toString() - Method in class org.eclipse.lsp4j.debug.VariablesArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.VariablesResponse
 
toString() - Method in class org.eclipse.lsp4j.debug.WriteMemoryArguments
 
toString() - Method in class org.eclipse.lsp4j.debug.WriteMemoryResponse
 

U

UNHANDLED - org.eclipse.lsp4j.debug.ExceptionBreakMode
 
UNIT - org.eclipse.lsp4j.debug.CompletionItemType
 
UNIX_TIMESTAMP_UTC - org.eclipse.lsp4j.debug.ColumnDescriptorType
 
URI - Static variable in interface org.eclipse.lsp4j.debug.InitializeRequestArgumentsPathFormat
 
USER_UNHANDLED - org.eclipse.lsp4j.debug.ExceptionBreakMode
 

V

VALUE - org.eclipse.lsp4j.debug.CompletionItemType
 
ValueFormat - Class in org.eclipse.lsp4j.debug
Provides formatting information for a value.
ValueFormat() - Constructor for class org.eclipse.lsp4j.debug.ValueFormat
 
valueOf(String) - Static method in enum org.eclipse.lsp4j.debug.BreakpointNotVerifiedReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.debug.ChecksumAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.debug.ColumnDescriptorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.debug.CompletionItemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.debug.DataBreakpointAccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.debug.DisassembledInstructionPresentationHint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.debug.ExceptionBreakMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.debug.LoadedSourceEventArgumentsReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.debug.ModuleEventArgumentsReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.debug.OutputEventArgumentsGroup
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.debug.ProcessEventArgumentsStartMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.debug.RunInTerminalRequestArgumentsKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.debug.SourcePresentationHint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.debug.StackFramePresentationHint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.debug.StartDebuggingRequestArgumentsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.debug.SteppingGranularity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.debug.VariablesArgumentsFilter
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.lsp4j.debug.BreakpointNotVerifiedReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.debug.ChecksumAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.debug.ColumnDescriptorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.debug.CompletionItemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.debug.DataBreakpointAccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.debug.DisassembledInstructionPresentationHint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.debug.ExceptionBreakMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.debug.LoadedSourceEventArgumentsReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.debug.ModuleEventArgumentsReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.debug.OutputEventArgumentsGroup
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.debug.ProcessEventArgumentsStartMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.debug.RunInTerminalRequestArgumentsKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.debug.SourcePresentationHint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.debug.StackFramePresentationHint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.debug.StartDebuggingRequestArgumentsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.debug.SteppingGranularity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.debug.VariablesArgumentsFilter
Returns an array containing the constants of this enum type, in the order they are declared.
Variable - Class in org.eclipse.lsp4j.debug
A Variable is a name/value pair.
Variable() - Constructor for class org.eclipse.lsp4j.debug.Variable
 
VARIABLE - org.eclipse.lsp4j.debug.CompletionItemType
 
VariablePresentationHint - Class in org.eclipse.lsp4j.debug
Properties of a variable that can be used to determine how to render the variable in the UI.
VariablePresentationHint() - Constructor for class org.eclipse.lsp4j.debug.VariablePresentationHint
 
VariablePresentationHintAttributes - Interface in org.eclipse.lsp4j.debug
Possible values include - but not limited to those defined in VariablePresentationHintAttributes
VariablePresentationHintKind - Interface in org.eclipse.lsp4j.debug
The kind of variable.
VariablePresentationHintVisibility - Interface in org.eclipse.lsp4j.debug
Visibility of variable.
variables(VariablesArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
Retrieves all child variables for the given variable reference.
VARIABLES - Static variable in interface org.eclipse.lsp4j.debug.EvaluateArgumentsContext
evaluate is called from a variables view context.
VARIABLES - Static variable in interface org.eclipse.lsp4j.debug.InvalidatedAreas
Previously fetched variable data has become invalid and needs to be refetched.
VariablesArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'variables' request.
VariablesArguments() - Constructor for class org.eclipse.lsp4j.debug.VariablesArguments
 
VariablesArgumentsFilter - Enum in org.eclipse.lsp4j.debug
Optional filter to limit the child variables to either named or indexed.
VariablesResponse - Class in org.eclipse.lsp4j.debug
Response to 'variables' request.
VariablesResponse() - Constructor for class org.eclipse.lsp4j.debug.VariablesResponse
 
VIRTUAL - Static variable in interface org.eclipse.lsp4j.debug.VariablePresentationHintKind
Indicates that the object is virtual, that means it is a synthetic object introduced by the adapter for rendering purposes, e.g.

W

WATCH - Static variable in interface org.eclipse.lsp4j.debug.EvaluateArgumentsContext
evaluate is called from a watch view context.
WRITE - org.eclipse.lsp4j.debug.DataBreakpointAccessType
 
writeMemory(WriteMemoryArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
Writes bytes to memory at the provided location.
WriteMemoryArguments - Class in org.eclipse.lsp4j.debug
Arguments for 'writeMemory' request.
WriteMemoryArguments() - Constructor for class org.eclipse.lsp4j.debug.WriteMemoryArguments
 
WriteMemoryResponse - Class in org.eclipse.lsp4j.debug
Response to 'writeMemory' request.
WriteMemoryResponse() - Constructor for class org.eclipse.lsp4j.debug.WriteMemoryResponse
 
A B C D E F G H I K L M N O P R S T U V W 
All Classes All Packages