View source
typedef VariablesArguments
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Arguments for 'variables' request.
Fields
optionalformat:Null<ValueFormat>
Specifies details on how to format the Variable values. The attribute is only honored by a debug adapter if the capability 'supportsValueFormattingOptions' is true.
optionalfilter:Null<VariableArgumentsFilter>
Optional filter to limit the child variables to either named or indexed. If ommited, both types are fetched.
optionalcount:Null<Int>
The number of variables to return. If count is missing or 0, all variables are returned.