Class InitializeRequestArguments
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.InitializeRequestArguments
Arguments for 'initialize' request.
-
Method Summary
Modifier and TypeMethodDescriptionstatic InitializeRequestArgumentsbooleanThe ID of the debug adapter.The ID of the (frontend) client using this adapter.The human readable name of the (frontend) client using this adapter.If true all column numbers are 1-based (default).If true all line numbers are 1-based (default).The ISO-639 locale of the (frontend) client using this adapter, e.g.Determines in what format paths are specified.Client supports memory references.Client supports progress reporting.Client supports the runInTerminal request.Client supports the paging of variables.Client supports the optional type attribute for variables.inthashCode()setAdapterID(String adapterID) setClientID(String clientID) setClientName(String clientName) setColumnsStartAt1(Boolean columnsStartAt1) setLinesStartAt1(Boolean linesStartAt1) setPathFormat(String pathFormat) setSupportsMemoryReferences(Boolean supportsMemoryReferences) setSupportsProgressReporting(Boolean supportsProgressReporting) setSupportsRunInTerminalRequest(Boolean supportsRunInTerminalRequest) setSupportsVariablePaging(Boolean supportsVariablePaging) setSupportsVariableType(Boolean supportsVariableType)
-
Method Details
-
getClientID
The ID of the (frontend) client using this adapter. -
setClientID
-
getClientName
The human readable name of the (frontend) client using this adapter. -
setClientName
-
getAdapterID
The ID of the debug adapter. -
setAdapterID
-
getLocale
The ISO-639 locale of the (frontend) client using this adapter, e.g. en-US or de-CH. -
setLocale
-
getLinesStartAt1
If true all line numbers are 1-based (default). -
setLinesStartAt1
-
getColumnsStartAt1
If true all column numbers are 1-based (default). -
setColumnsStartAt1
-
getPathFormat
Determines in what format paths are specified. The default is 'path', which is the native format. Values: 'path', 'uri', etc. -
setPathFormat
-
getSupportsVariableType
Client supports the optional type attribute for variables. -
setSupportsVariableType
-
getSupportsVariablePaging
Client supports the paging of variables. -
setSupportsVariablePaging
-
getSupportsRunInTerminalRequest
Client supports the runInTerminal request. -
setSupportsRunInTerminalRequest
public InitializeRequestArguments setSupportsRunInTerminalRequest(Boolean supportsRunInTerminalRequest) -
getSupportsMemoryReferences
Client supports memory references. -
setSupportsMemoryReferences
-
getSupportsProgressReporting
Client supports progress reporting. -
setSupportsProgressReporting
-
equals
-
hashCode
public int hashCode() -
create
-