Arguments for 'variables' request.

Fields

variablesReference:Int

The Variable reference.

@:optionaloptionalstart:Null<Int>

The index of the first variable to return; if omitted children start at 0.

@:optionaloptionalformat: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.

@:optionaloptionalfilter:Null<VariableArgumentsFilter>

Optional filter to limit the child variables to either named or indexed. If ommited, both types are fetched.

@:optionaloptionalcount:Null<Int>

The number of variables to return. If count is missing or 0, all variables are returned.