View source
typedef DataBreakpointInfoRequest
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
DataBreakpointInfo request; value of command field is 'dataBreakpointInfo'. Obtains information on a possible data breakpoint that could be set on an expression or variable. Clients should only call this request if the capability 'supportsDataBreakpoints' is true.