View source
typedef DataBreakpoint
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Properties of a data breakpoint passed to the setDataBreakpoints request.
Fields
optionalhitCondition:Null<String>
An optional expression that controls how many hits of the breakpoint are ignored. The backend is expected to interpret the expression as needed.