View source
typedef DataBreakpointInfoArguments
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Arguments for 'dataBreakpointInfo' request.
Fields
optionalvariablesReference:Null<Int>
Reference to the Variable container if the data breakpoint is requested for a child of the container.
name:String
The name of the Variable's child to obtain data breakpoint information for. If variableReference isn’t provided, this can be an expression.