Create a new breakpoint for a source location.
Optional
enabled: booleanOptional
condition: stringOptional
hitCondition: stringOptional
logMessage: stringOptional
Readonly
conditionAn optional expression for conditional breakpoints.
Readonly
enabledIs breakpoint enabled.
Optional
Readonly
hitAn optional expression that controls how many hits of the breakpoint are ignored.
Readonly
idThe unique ID of the breakpoint.
Readonly
locationThe source and line position of this breakpoint.
Optional
Readonly
logAn optional message that gets logged when this breakpoint is hit. Embedded expressions within {} are interpolated by the debug adapter.
A breakpoint specified by a source location.