- get__restart() - Method in class org.eclipse.lsp4j.debug.AttachRequestArguments
-
Optional data from the previous, restarted session.
- get__restart() - Method in class org.eclipse.lsp4j.debug.LaunchRequestArguments
-
Optional 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
-
Optional attribute listing the available access types for a potential data breakpoint.
- getAdapterData() - Method in class org.eclipse.lsp4j.debug.Source
-
Optional 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.
- 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
-
If true, the 'continue' request has ignored the specified thread and continued all threads instead.
- getAllThreadsStopped() - Method in class org.eclipse.lsp4j.debug.StoppedEventArguments
-
If 'allThreadsStopped' is true, a debug adapter can announce that all threads have stopped.
- getAreas() - Method in class org.eclipse.lsp4j.debug.InvalidatedEventArguments
-
Optional set of logical areas that got invalidated.
- getArgs() - Method in class org.eclipse.lsp4j.debug.RunInTerminalRequestArguments
-
List of arguments.
- 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.
- 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.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.
- getCancellable() - Method in class org.eclipse.lsp4j.debug.ProgressStartEventArguments
-
If true, the request that reports progress may be canceled with a 'cancel' request.
- getCanPersist() - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoResponse
-
Optional attribute indicating that a potential data breakpoint could be persisted across sessions.
- 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.
- 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 (frontend) client using this adapter.
- getClientName() - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
-
The human readable name of the (frontend) client using this adapter.
- getColumn() - Method in class org.eclipse.lsp4j.debug.Breakpoint
-
An optional start column of the actual range covered by the breakpoint.
- getColumn() - Method in class org.eclipse.lsp4j.debug.BreakpointLocation
-
Optional start column of breakpoint location.
- getColumn() - Method in class org.eclipse.lsp4j.debug.BreakpointLocationsArguments
-
Optional start column of range to search possible breakpoint locations in.
- getColumn() - Method in class org.eclipse.lsp4j.debug.CompletionsArguments
-
The character position 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.GotoTarget
-
An optional column of the goto target.
- getColumn() - Method in class org.eclipse.lsp4j.debug.GotoTargetsArguments
-
An optional column location for which the goto targets are determined.
- getColumn() - Method in class org.eclipse.lsp4j.debug.OutputEventArguments
-
An optional source location column where the output was produced.
- getColumn() - Method in class org.eclipse.lsp4j.debug.Scope
-
Optional start column of the range covered by this scope.
- getColumn() - Method in class org.eclipse.lsp4j.debug.SourceBreakpoint
-
An optional source column of the breakpoint.
- getColumn() - Method in class org.eclipse.lsp4j.debug.StackFrame
-
The column within the line.
- getColumns() - Method in class org.eclipse.lsp4j.debug.ModulesViewDescriptor
-
- 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 optional expression for conditional breakpoints.
- getCondition() - Method in class org.eclipse.lsp4j.debug.FunctionBreakpoint
-
An optional expression for conditional breakpoints.
- getCondition() - Method in class org.eclipse.lsp4j.debug.InstructionBreakpoint
-
An optional expression for conditional breakpoints.
- getCondition() - Method in class org.eclipse.lsp4j.debug.SourceBreakpoint
-
An optional expression for conditional breakpoints.
- 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 run.
- 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 of the command.
- getData() - Method in class org.eclipse.lsp4j.debug.OutputEventArguments
-
Optional data to report.
- getData() - Method in class org.eclipse.lsp4j.debug.ReadMemoryResponse
-
The bytes read from memory, 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.
- getDefault_() - Method in class org.eclipse.lsp4j.debug.ExceptionBreakpointsFilter
-
Initial value of the filter.
- 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.ExceptionInfoResponse
-
Descriptive text for the exception provided by the debug adapter.
- getDescription() - Method in class org.eclipse.lsp4j.debug.StoppedEventArguments
-
The full reason for the event, e.g.
- getDetails() - Method in class org.eclipse.lsp4j.debug.ExceptionInfoResponse
-
Detailed information about the exception.
- getEndColumn() - Method in class org.eclipse.lsp4j.debug.Breakpoint
-
An optional end column of the actual range covered by the breakpoint.
- getEndColumn() - Method in class org.eclipse.lsp4j.debug.BreakpointLocation
-
Optional end column of breakpoint location if the location covers a range.
- getEndColumn() - Method in class org.eclipse.lsp4j.debug.BreakpointLocationsArguments
-
Optional end column of range 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
-
An optional end column of the range covered by the goto target.
- getEndColumn() - Method in class org.eclipse.lsp4j.debug.Scope
-
Optional end column of the range covered by this scope.
- getEndColumn() - Method in class org.eclipse.lsp4j.debug.StackFrame
-
An optional end column of the range covered by the stack frame.
- getEndLine() - Method in class org.eclipse.lsp4j.debug.Breakpoint
-
An optional end line of the actual range covered by the breakpoint.
- getEndLine() - Method in class org.eclipse.lsp4j.debug.BreakpointLocation
-
Optional end line of breakpoint location if the location covers a range.
- getEndLine() - Method in class org.eclipse.lsp4j.debug.BreakpointLocationsArguments
-
Optional 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
-
An optional end line of the range covered by the goto target.
- getEndLine() - Method in class org.eclipse.lsp4j.debug.Scope
-
Optional end line of the range covered by this scope.
- getEndLine() - Method in class org.eclipse.lsp4j.debug.StackFrame
-
An optional end line of the range covered by the stack frame.
- 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
-
Optional expression that can be evaluated in the current scope to obtain the exception object.
- getEvaluateName() - Method in class org.eclipse.lsp4j.debug.Variable
-
Optional 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 filters or 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.
- getFilter() - Method in class org.eclipse.lsp4j.debug.VariablesArguments
-
Optional filter to limit the child variables to either named or indexed.
- getFilters() - Method in class org.eclipse.lsp4j.debug.SetExceptionBreakpointsArguments
-
IDs of checked exception options.
- 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 Evaluate 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.EvaluateArguments
-
Evaluate the expression in the scope of this stack frame.
- getFrameId() - Method in class org.eclipse.lsp4j.debug.RestartFrameArguments
-
Restart this stackframe.
- getFrameId() - Method in class org.eclipse.lsp4j.debug.ScopesArguments
-
Retrieve the scopes for this stackframe.
- 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 stepIn 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
-
Optional granularity to step.
- getGranularity() - Method in class org.eclipse.lsp4j.debug.StepBackArguments
-
Optional granularity to step.
- getGranularity() - Method in class org.eclipse.lsp4j.debug.StepInArguments
-
Optional granularity to step.
- getGranularity() - Method in class org.eclipse.lsp4j.debug.StepOutArguments
-
Optional granularity to step.
- 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.
- getHitCondition() - Method in class org.eclipse.lsp4j.debug.DataBreakpoint
-
An optional expression that controls how many hits of the breakpoint are ignored.
- getHitCondition() - Method in class org.eclipse.lsp4j.debug.FunctionBreakpoint
-
An optional expression that controls how many hits of the breakpoint are ignored.
- getHitCondition() - Method in class org.eclipse.lsp4j.debug.InstructionBreakpoint
-
An optional expression that controls how many hits of the breakpoint are ignored.
- getHitCondition() - Method in class org.eclipse.lsp4j.debug.SourceBreakpoint
-
An optional expression that controls how many hits of the breakpoint are ignored.
- getId() - Method in class org.eclipse.lsp4j.debug.Breakpoint
-
An optional 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 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 stepIn 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
-
Optional 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
-
Optional offset (in instructions) to be applied after the byte offset (if any) before disassembling.
- getInstructionPointerReference() - Method in class org.eclipse.lsp4j.debug.GotoTarget
-
Optional memory reference for the instruction pointer value represented by this target.
- getInstructionPointerReference() - Method in class org.eclipse.lsp4j.debug.StackFrame
-
Optional memory reference for the current instruction pointer in this frame.
- getInstructionReference() - Method in class org.eclipse.lsp4j.debug.Breakpoint
-
An optional 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.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.
- 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 stepIn target (shown in the UI).
- getLength() - Method in class org.eclipse.lsp4j.debug.CompletionItem
-
This value determines how many characters are overwritten by the completion text.
- 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
-
An optional 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.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.OutputEventArguments
-
An optional source location line where the output was produced.
- getLine() - Method in class org.eclipse.lsp4j.debug.Scope
-
Optional 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 file of the frame.
- getLine() - Method in class org.eclipse.lsp4j.debug.StackFrameFormat
-
Displays the line number of the stack frame.
- getLines() - Method in class org.eclipse.lsp4j.debug.SetBreakpointsArguments
-
Deprecated: The code locations of the breakpoints.
- 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 (frontend) client using this adapter, e.g.
- getLocation() - Method in class org.eclipse.lsp4j.debug.DisassembledInstruction
-
Source location that corresponds to this instruction, if any.
- getLogMessage() - Method in class org.eclipse.lsp4j.debug.SourceBreakpoint
-
If this attribute exists and is non-empty, the backend 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
-
Optional memory reference to a location appropriate for this result.
- 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.Variable
-
Optional memory reference for the variable if the variable represents executable code, such as a function
pointer.
- getMessage() - Method in class org.eclipse.lsp4j.debug.Breakpoint
-
An optional 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
-
Optional, more detailed progress message.
- getMessage() - Method in class org.eclipse.lsp4j.debug.ProgressStartEventArguments
-
Optional, more detailed progress message.
- getMessage() - Method in class org.eclipse.lsp4j.debug.ProgressUpdateEventArguments
-
Optional, more detailed progress message.
- getMimeType() - Method in class org.eclipse.lsp4j.debug.SourceResponse
-
Optional content type (mime type) of the source.
- 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
-
A 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 noDebug is true the launch request should launch the program without enabling debugging.
- getOffset() - Method in class org.eclipse.lsp4j.debug.Breakpoint
-
An optional offset from the instruction reference.
- getOffset() - Method in class org.eclipse.lsp4j.debug.DisassembleArguments
-
Optional offset (in bytes) to be applied to the reference location before disassembling.
- getOffset() - Method in class org.eclipse.lsp4j.debug.InstructionBreakpoint
-
An optional offset from the instruction reference.
- getOffset() - Method in class org.eclipse.lsp4j.debug.ReadMemoryArguments
-
Optional offset (in bytes) to be applied to the reference location before reading data.
- getOrigin() - Method in class org.eclipse.lsp4j.debug.Source
-
The (optional) origin of this source: possible values 'internal module', 'inlined content from source map',
etc.
- 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
-
optional but recommended attributes.
- 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
-
Optional progress percentage to display (value range: 0 to 100).
- getPercentage() - Method in class org.eclipse.lsp4j.debug.ProgressUpdateEventArguments
-
Optional 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.EvaluateResponse
-
Properties of a 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
-
An optional 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
-
An optional hint for how to present the source in the UI.
- getPresentationHint() - Method in class org.eclipse.lsp4j.debug.StackFrame
-
An optional 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 frontend 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 must 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.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.
- 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 front end 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 stackframe.
- getSelectionLength() - Method in class org.eclipse.lsp4j.debug.CompletionItem
-
Determines the length of the new selection after the text has been inserted (or replaced).
- 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.
- 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.reference' must be specified.
- 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.OutputEventArguments
-
An optional source location where the output was produced.
- getSource() - Method in class org.eclipse.lsp4j.debug.Scope
-
Optional source for this scope.
- getSource() - Method in class org.eclipse.lsp4j.debug.SetBreakpointsArguments
-
The source location of the breakpoints; either 'source.path' or 'source.reference' 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 optional 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 sourceReference > 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
-
An optional 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 stackframe.
- 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
-
This value determines the location (in the CompletionsRequest's 'text' attribute) 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.
- 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.
- 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.
- 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.
- 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 logpoints by interpreting the 'logMessage' attribute of the SourceBreakpoint.
- 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.
- 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.
- getSupportsValueFormattingOptions() - Method in class org.eclipse.lsp4j.debug.Capabilities
-
The debug adapter supports a 'format' attribute on the stackTraceRequest, variablesRequest, and
evaluateRequest.
- 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 optional type attribute for variables.
- getSupportTerminateDebuggee() - Method in class org.eclipse.lsp4j.debug.Capabilities
-
The debug adapter supports the 'terminateDebuggee' attribute on the 'disconnect' request.
- 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 system process id of the debugged process.
- 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
-
Optional 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 stepIn 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 not falsy 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
-
Continue execution for the specified thread (if possible).
- 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
-
Execute 'next' for this thread.
- getThreadId() - Method in class org.eclipse.lsp4j.debug.PauseArguments
-
Pause execution for this thread.
- getThreadId() - Method in class org.eclipse.lsp4j.debug.ReverseContinueArguments
-
Execute 'reverseContinue' for this 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
-
Execute 'stepBack' for this thread.
- getThreadId() - Method in class org.eclipse.lsp4j.debug.StepInArguments
-
Execute 'stepIn' for this thread.
- getThreadId() - Method in class org.eclipse.lsp4j.debug.StepOutArguments
-
Execute 'stepOut' for this thread.
- 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
-
Mandatory (short) title of the progress reporting.
- getTitle() - Method in class org.eclipse.lsp4j.debug.RunInTerminalRequestArguments
-
Optional title of the terminal.
- getTotalFrames() - Method in class org.eclipse.lsp4j.debug.StackTraceResponse
-
The total number of frames available.
- 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 optional type of the evaluate result.
- getType() - Method in class org.eclipse.lsp4j.debug.SetExpressionResponse
-
The optional 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
-
An optional url where additional information about this message can be found.
- getUrlLabel() - Method in class org.eclipse.lsp4j.debug.Message
-
An optional 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.
- 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 VariablesRequest.
- 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.
- 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
VariablesRequest.
- getVariablesReference() - Method in class org.eclipse.lsp4j.debug.SetExpressionResponse
-
If variablesReference is > 0, the value is structured and its children can be retrieved by passing
variablesReference to the VariablesRequest.
- 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 VariablesRequest.
- 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 VariablesRequest.
- getVariablesReference() - Method in class org.eclipse.lsp4j.debug.VariablesArguments
-
The Variable reference.
- 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
-
- 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 stackframe 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
-
Optional data from the previous, restarted session.
- set__restart(Object) - Method in class org.eclipse.lsp4j.debug.LaunchRequestArguments
-
Optional 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
-
Optional attribute listing the available access types for a potential data breakpoint.
- setAdapterData(Object) - Method in class org.eclipse.lsp4j.debug.Source
-
Optional 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.
- 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
-
If true, the 'continue' request has ignored the specified thread and continued all threads instead.
- setAllThreadsStopped(Boolean) - Method in class org.eclipse.lsp4j.debug.StoppedEventArguments
-
If 'allThreadsStopped' is true, a debug adapter can announce that all threads have stopped.
- setAreas(String[]) - Method in class org.eclipse.lsp4j.debug.InvalidatedEventArguments
-
Optional set of logical areas that got invalidated.
- setArgs(String[]) - Method in class org.eclipse.lsp4j.debug.RunInTerminalRequestArguments
-
List of arguments.
- 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.
- setBreakpoints(BreakpointLocation[]) - Method in class org.eclipse.lsp4j.debug.BreakpointLocationsResponse
-
Sorted set of possible breakpoint locations.
- 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.
- setBreakpoints(Breakpoint[]) - Method in class org.eclipse.lsp4j.debug.SetBreakpointsResponse
-
Information about the breakpoints.
- setBreakpoints(DataBreakpoint[]) - Method in class org.eclipse.lsp4j.debug.SetDataBreakpointsArguments
-
The contents of this array replaces all existing data breakpoints.
- setBreakpoints(Breakpoint[]) - Method in class org.eclipse.lsp4j.debug.SetDataBreakpointsResponse
-
Information about the data breakpoints.
- setBreakpoints(FunctionBreakpoint[]) - Method in class org.eclipse.lsp4j.debug.SetFunctionBreakpointsArguments
-
The function names of the breakpoints.
- setBreakpoints(Breakpoint[]) - Method in class org.eclipse.lsp4j.debug.SetFunctionBreakpointsResponse
-
Information about the breakpoints.
- setBreakpoints(InstructionBreakpoint[]) - Method in class org.eclipse.lsp4j.debug.SetInstructionBreakpointsArguments
-
The instruction references of the breakpoints
- setBreakpoints(Breakpoint[]) - Method in class org.eclipse.lsp4j.debug.SetInstructionBreakpointsResponse
-
Information about 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
-
- setCancellable(Boolean) - Method in class org.eclipse.lsp4j.debug.ProgressStartEventArguments
-
If true, the request that reports progress may be canceled with a 'cancel' request.
- setCanPersist(Boolean) - Method in class org.eclipse.lsp4j.debug.DataBreakpointInfoResponse
-
Optional attribute indicating that a potential data breakpoint could be persisted across sessions.
- 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.
- 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 (frontend) client using this adapter.
- setClientName(String) - Method in class org.eclipse.lsp4j.debug.InitializeRequestArguments
-
The human readable name of the (frontend) client using this adapter.
- setColumn(Integer) - Method in class org.eclipse.lsp4j.debug.Breakpoint
-
An optional start column of the actual range covered by the breakpoint.
- setColumn(Integer) - Method in class org.eclipse.lsp4j.debug.BreakpointLocation
-
Optional start column of breakpoint location.
- setColumn(Integer) - Method in class org.eclipse.lsp4j.debug.BreakpointLocationsArguments
-
Optional start column of range to search possible breakpoint locations in.
- setColumn(int) - Method in class org.eclipse.lsp4j.debug.CompletionsArguments
-
The character position for which to determine the completion proposals.
- 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.GotoTarget
-
An optional column of the goto target.
- setColumn(Integer) - Method in class org.eclipse.lsp4j.debug.GotoTargetsArguments
-
An optional column location for which the goto targets are determined.
- setColumn(Integer) - Method in class org.eclipse.lsp4j.debug.OutputEventArguments
-
An optional source location column where the output was produced.
- setColumn(Integer) - Method in class org.eclipse.lsp4j.debug.Scope
-
Optional start column of the range covered by this scope.
- setColumn(Integer) - Method in class org.eclipse.lsp4j.debug.SourceBreakpoint
-
An optional source column of the breakpoint.
- setColumn(int) - Method in class org.eclipse.lsp4j.debug.StackFrame
-
The column within the line.
- setColumns(ColumnDescriptor[]) - Method in class org.eclipse.lsp4j.debug.ModulesViewDescriptor
-
- 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 optional expression for conditional breakpoints.
- setCondition(String) - Method in class org.eclipse.lsp4j.debug.FunctionBreakpoint
-
An optional expression for conditional breakpoints.
- setCondition(String) - Method in class org.eclipse.lsp4j.debug.InstructionBreakpoint
-
An optional expression for conditional breakpoints.
- setCondition(String) - Method in class org.eclipse.lsp4j.debug.SourceBreakpoint
-
An optional expression for conditional breakpoints.
- 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 run.
- 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 of the command.
- setData(Object) - Method in class org.eclipse.lsp4j.debug.OutputEventArguments
-
Optional data to report.
- setData(String) - Method in class org.eclipse.lsp4j.debug.ReadMemoryResponse
-
The bytes read from memory, 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.
- setDefault_(Boolean) - Method in class org.eclipse.lsp4j.debug.ExceptionBreakpointsFilter
-
Initial value of the filter.
- 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.ExceptionInfoResponse
-
Descriptive text for the exception provided by the debug adapter.
- setDescription(String) - Method in class org.eclipse.lsp4j.debug.StoppedEventArguments
-
The full reason for the event, e.g.
- 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
-
An optional end column of the actual range covered by the breakpoint.
- setEndColumn(Integer) - Method in class org.eclipse.lsp4j.debug.BreakpointLocation
-
Optional end column of breakpoint location if the location covers a range.
- setEndColumn(Integer) - Method in class org.eclipse.lsp4j.debug.BreakpointLocationsArguments
-
Optional end column of range 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
-
An optional end column of the range covered by the goto target.
- setEndColumn(Integer) - Method in class org.eclipse.lsp4j.debug.Scope
-
Optional end column of the range covered by this scope.
- setEndColumn(Integer) - Method in class org.eclipse.lsp4j.debug.StackFrame
-
An optional end column of the range covered by the stack frame.
- setEndLine(Integer) - Method in class org.eclipse.lsp4j.debug.Breakpoint
-
An optional end line of the actual range covered by the breakpoint.
- setEndLine(Integer) - Method in class org.eclipse.lsp4j.debug.BreakpointLocation
-
Optional end line of breakpoint location if the location covers a range.
- setEndLine(Integer) - Method in class org.eclipse.lsp4j.debug.BreakpointLocationsArguments
-
Optional 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
-
An optional end line of the range covered by the goto target.
- setEndLine(Integer) - Method in class org.eclipse.lsp4j.debug.Scope
-
Optional end line of the range covered by this scope.
- setEndLine(Integer) - Method in class org.eclipse.lsp4j.debug.StackFrame
-
An optional end line of the range covered by the stack frame.
- 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
-
Optional expression that can be evaluated in the current scope to obtain the exception object.
- setEvaluateName(String) - Method in class org.eclipse.lsp4j.debug.Variable
-
Optional 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 filters or options for the setExceptionBreakpoints request.
- setExceptionBreakpoints(SetExceptionBreakpointsArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
-
The request configures the debuggers response to thrown exceptions.
- SetExceptionBreakpointsArguments - Class in org.eclipse.lsp4j.debug
-
Arguments for 'setExceptionBreakpoints' request.
- SetExceptionBreakpointsArguments() - Constructor for class org.eclipse.lsp4j.debug.SetExceptionBreakpointsArguments
-
- 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(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.
- setExpression(String) - Method in class org.eclipse.lsp4j.debug.SetExpressionArguments
-
The l-value expression to assign to.
- 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.
- setFilter(VariablesArgumentsFilter) - Method in class org.eclipse.lsp4j.debug.VariablesArguments
-
Optional filter to limit the child variables to either named or indexed.
- setFilters(String[]) - Method in class org.eclipse.lsp4j.debug.SetExceptionBreakpointsArguments
-
IDs of checked exception options.
- setFormat(String) - Method in class org.eclipse.lsp4j.debug.ColumnDescriptor
-
Format to use for the rendered values in this column.
- setFormat(ValueFormat) - Method in class org.eclipse.lsp4j.debug.EvaluateArguments
-
Specifies details on how to format the Evaluate result.
- setFormat(String) - Method in class org.eclipse.lsp4j.debug.Message
-
A format string for the message.
- 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(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.VariablesArguments
-
Specifies details on how to format the Variable values.
- 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.EvaluateArguments
-
Evaluate the expression in the scope of this stack frame.
- setFrameId(int) - Method in class org.eclipse.lsp4j.debug.RestartFrameArguments
-
Restart this stackframe.
- setFrameId(int) - Method in class org.eclipse.lsp4j.debug.ScopesArguments
-
Retrieve the scopes for this stackframe.
- setFrameId(Integer) - Method in class org.eclipse.lsp4j.debug.SetExpressionArguments
-
Evaluate the expressions in the scope of this stack frame.
- setFrameId(int) - Method in class org.eclipse.lsp4j.debug.StepInTargetsArguments
-
The stack frame for which to retrieve the possible stepIn targets.
- 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
-
Optional granularity to step.
- setGranularity(SteppingGranularity) - Method in class org.eclipse.lsp4j.debug.StepBackArguments
-
Optional granularity to step.
- setGranularity(SteppingGranularity) - Method in class org.eclipse.lsp4j.debug.StepInArguments
-
Optional granularity to step.
- setGranularity(SteppingGranularity) - Method in class org.eclipse.lsp4j.debug.StepOutArguments
-
Optional granularity to step.
- 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.
- setHitCondition(String) - Method in class org.eclipse.lsp4j.debug.DataBreakpoint
-
An optional expression that controls how many hits of the breakpoint are ignored.
- setHitCondition(String) - Method in class org.eclipse.lsp4j.debug.FunctionBreakpoint
-
An optional expression that controls how many hits of the breakpoint are ignored.
- setHitCondition(String) - Method in class org.eclipse.lsp4j.debug.InstructionBreakpoint
-
An optional expression that controls how many hits of the breakpoint are ignored.
- setHitCondition(String) - Method in class org.eclipse.lsp4j.debug.SourceBreakpoint
-
An optional expression that controls how many hits of the breakpoint are ignored.
- setId(Integer) - Method in class org.eclipse.lsp4j.debug.Breakpoint
-
An optional identifier for the breakpoint.
- 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 identifier for the message.
- setId(Either<Integer, String>) - Method in class org.eclipse.lsp4j.debug.Module
-
Unique identifier for the module.
- setId(Integer) - Method in class org.eclipse.lsp4j.debug.Module
-
- setId(String) - Method in class org.eclipse.lsp4j.debug.Module
-
- 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 stepIn target.
- setId(int) - Method in class org.eclipse.lsp4j.debug.Thread
-
Unique identifier for the thread.
- 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
-
Optional 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
-
Optional offset (in instructions) to be applied after the byte offset (if any) before disassembling.
- setInstructionPointerReference(String) - Method in class org.eclipse.lsp4j.debug.GotoTarget
-
Optional memory reference for the instruction pointer value represented by this target.
- setInstructionPointerReference(String) - Method in class org.eclipse.lsp4j.debug.StackFrame
-
Optional memory reference for the current instruction pointer in this frame.
- setInstructionReference(String) - Method in class org.eclipse.lsp4j.debug.Breakpoint
-
An optional 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(RunInTerminalRequestArgumentsKind) - Method in class org.eclipse.lsp4j.debug.RunInTerminalRequestArguments
-
What kind of terminal to launch.
- setKind(String) - Method in class org.eclipse.lsp4j.debug.VariablePresentationHint
-
The kind of variable.
- 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.
- 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 stepIn target (shown in the UI).
- setLength(Integer) - Method in class org.eclipse.lsp4j.debug.CompletionItem
-
This value determines how many characters are overwritten by the completion text.
- setLevels(Integer) - Method in class org.eclipse.lsp4j.debug.StackTraceArguments
-
The maximum number of frames to return.
- setLine(Integer) - Method in class org.eclipse.lsp4j.debug.Breakpoint
-
The start line of the actual range covered by the breakpoint.
- 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(Integer) - Method in class org.eclipse.lsp4j.debug.CompletionsArguments
-
An optional 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(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(Integer) - Method in class org.eclipse.lsp4j.debug.OutputEventArguments
-
An optional source location line where the output was produced.
- setLine(Integer) - Method in class org.eclipse.lsp4j.debug.Scope
-
Optional start line of the range covered by this scope.
- 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 file of the frame.
- setLine(Boolean) - Method in class org.eclipse.lsp4j.debug.StackFrameFormat
-
Displays the line number of the stack frame.
- setLines(int[]) - Method in class org.eclipse.lsp4j.debug.SetBreakpointsArguments
-
Deprecated: The code locations of the breakpoints.
- 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 (frontend) 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.
- setLogMessage(String) - Method in class org.eclipse.lsp4j.debug.SourceBreakpoint
-
If this attribute exists and is non-empty, the backend 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
-
Optional memory reference to a location appropriate for this result.
- 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.Variable
-
Optional memory reference for the variable if the variable represents executable code, such as a function
pointer.
- setMessage(String) - Method in class org.eclipse.lsp4j.debug.Breakpoint
-
An optional 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
-
Optional, more detailed progress message.
- setMessage(String) - Method in class org.eclipse.lsp4j.debug.ProgressStartEventArguments
-
Optional, more detailed progress message.
- setMessage(String) - Method in class org.eclipse.lsp4j.debug.ProgressUpdateEventArguments
-
Optional, more detailed progress message.
- setMimeType(String) - Method in class org.eclipse.lsp4j.debug.SourceResponse
-
Optional content type (mime type) of the source.
- setModule(Module) - Method in class org.eclipse.lsp4j.debug.ModuleEventArguments
-
The new, changed, or removed module.
- setModule(Boolean) - Method in class org.eclipse.lsp4j.debug.StackFrameFormat
-
Displays the module of the stack frame.
- setModuleCount(Integer) - Method in class org.eclipse.lsp4j.debug.ModulesArguments
-
The number of modules to return.
- setModuleId(Either<Integer, String>) - Method in class org.eclipse.lsp4j.debug.StackFrame
-
The module associated with this frame, if any.
- setModuleId(Integer) - Method in class org.eclipse.lsp4j.debug.StackFrame
-
- setModuleId(String) - Method in class org.eclipse.lsp4j.debug.StackFrame
-
- 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
-
A 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 noDebug is true the launch request should launch the program without enabling debugging.
- setOffset(Integer) - Method in class org.eclipse.lsp4j.debug.Breakpoint
-
An optional offset from the instruction reference.
- setOffset(Integer) - Method in class org.eclipse.lsp4j.debug.DisassembleArguments
-
Optional offset (in bytes) to be applied to the reference location before disassembling.
- setOffset(Integer) - Method in class org.eclipse.lsp4j.debug.InstructionBreakpoint
-
An optional offset from the instruction reference.
- setOffset(Integer) - Method in class org.eclipse.lsp4j.debug.ReadMemoryArguments
-
Optional offset (in bytes) to be applied to the reference location before reading data.
- setOrigin(String) - Method in class org.eclipse.lsp4j.debug.Source
-
The (optional) origin of this source: possible values 'internal module', 'inlined content from source map',
etc.
- 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(ExceptionPathSegment[]) - Method in class org.eclipse.lsp4j.debug.ExceptionOptions
-
A path that selects a single or multiple exceptions in a tree.
- setPath(String) - Method in class org.eclipse.lsp4j.debug.Module
-
optional but recommended attributes.
- setPath(String) - Method in class org.eclipse.lsp4j.debug.Source
-
The path of the source to be shown in the UI.
- 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
-
Optional progress percentage to display (value range: 0 to 100).
- setPercentage(Double) - Method in class org.eclipse.lsp4j.debug.ProgressUpdateEventArguments
-
Optional 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(VariablePresentationHint) - Method in class org.eclipse.lsp4j.debug.EvaluateResponse
-
Properties of a evaluate result that can be used to determine how to render the result in the UI.
- setPresentationHint(String) - Method in class org.eclipse.lsp4j.debug.Scope
-
An optional hint for how to present this scope 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(SourcePresentationHint) - Method in class org.eclipse.lsp4j.debug.Source
-
An optional hint for how to present the source in the UI.
- setPresentationHint(StackFramePresentationHint) - Method in class org.eclipse.lsp4j.debug.StackFrame
-
An optional hint for how to present this frame 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 frontend 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 must 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(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.
- 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.
- 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 front end 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 stackframe.
- 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).
- 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.
- 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.reference' must be specified.
- 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.OutputEventArguments
-
An optional source location where the output was produced.
- setSource(Source) - Method in class org.eclipse.lsp4j.debug.Scope
-
Optional 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.reference' 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 optional 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(Integer) - Method in class org.eclipse.lsp4j.debug.Source
-
If sourceReference > 0 the contents of the source must be retrieved through the SourceRequest (even if a
path is specified).
- setSourceReference(int) - Method in class org.eclipse.lsp4j.debug.SourceArguments
-
The reference to the source.
- setSources(Source[]) - Method in class org.eclipse.lsp4j.debug.LoadedSourcesResponse
-
Set of loaded sources.
- setSources(Source[]) - Method in class org.eclipse.lsp4j.debug.Source
-
An optional 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 stackframe.
- 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
-
This value determines the location (in the CompletionsRequest's 'text' attribute) 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.
- 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.
- 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.
- 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.
- 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 logpoints by interpreting the 'logMessage' attribute of the SourceBreakpoint.
- 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.
- 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.
- setSupportsValueFormattingOptions(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
-
The debug adapter supports a 'format' attribute on the stackTraceRequest, variablesRequest, and
evaluateRequest.
- 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 optional type attribute for variables.
- setSupportTerminateDebuggee(Boolean) - Method in class org.eclipse.lsp4j.debug.Capabilities
-
The debug adapter supports the 'terminateDebuggee' attribute on the 'disconnect' request.
- 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 system process id of the debugged process.
- 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
-
Optional 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 stepIn 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 not falsy 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
-
Continue execution for the specified thread (if possible).
- 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(Integer) - Method in class org.eclipse.lsp4j.debug.InvalidatedEventArguments
-
If specified, the client only needs to refetch data related to this thread.
- setThreadId(int) - Method in class org.eclipse.lsp4j.debug.NextArguments
-
Execute 'next' for this thread.
- 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
-
Execute 'reverseContinue' for this 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
-
Execute 'stepBack' for this thread.
- setThreadId(int) - Method in class org.eclipse.lsp4j.debug.StepInArguments
-
Execute 'stepIn' for this thread.
- setThreadId(int) - Method in class org.eclipse.lsp4j.debug.StepOutArguments
-
Execute 'stepOut' for this thread.
- setThreadId(Integer) - Method in class org.eclipse.lsp4j.debug.StoppedEventArguments
-
The thread which was stopped.
- setThreadId(int) - Method in class org.eclipse.lsp4j.debug.ThreadEventArguments
-
The identifier of the thread.
- 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
-
Mandatory (short) title of the progress reporting.
- setTitle(String) - Method in class org.eclipse.lsp4j.debug.RunInTerminalRequestArguments
-
Optional title of the terminal.
- setTotalFrames(Integer) - Method in class org.eclipse.lsp4j.debug.StackTraceResponse
-
The total number of frames available.
- setTotalModules(Integer) - Method in class org.eclipse.lsp4j.debug.ModulesResponse
-
The total number of modules available.
- 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.
- setType(String) - Method in class org.eclipse.lsp4j.debug.EvaluateResponse
-
The optional type of the evaluate result.
- setType(String) - Method in class org.eclipse.lsp4j.debug.SetExpressionResponse
-
The optional 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.
- 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
-
An optional url where additional information about this message can be found.
- setUrlLabel(String) - Method in class org.eclipse.lsp4j.debug.Message
-
An optional 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.
- 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(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(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 VariablesRequest.
- 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.
- 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
VariablesRequest.
- setVariablesReference(Integer) - Method in class org.eclipse.lsp4j.debug.SetExpressionResponse
-
If variablesReference is > 0, the value is structured and its children can be retrieved by passing
variablesReference to the VariablesRequest.
- setVariablesReference(int) - Method in class org.eclipse.lsp4j.debug.SetVariableArguments
-
The reference of the variable container.
- 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 VariablesRequest.
- 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 VariablesRequest.
- setVariablesReference(int) - Method in class org.eclipse.lsp4j.debug.VariablesArguments
-
The Variable reference.
- 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).
- 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
-
- 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.
- 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
-
- STARTED - Static variable in interface org.eclipse.lsp4j.debug.ThreadEventArgumentsReason
-
- 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
-
- STDOUT - Static variable in interface org.eclipse.lsp4j.debug.OutputEventArgumentsCategory
-
- STEP - Static variable in interface org.eclipse.lsp4j.debug.StoppedEventArgumentsReason
-
- stepBack(StepBackArguments) - Method in interface org.eclipse.lsp4j.debug.services.IDebugProtocolServer
-
The request starts the debuggee to run one step backwards.
- 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 starts the debuggee to step into a function/method if possible.
- 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 stepIn 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 starts the debuggee to run again for one step.
- 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.