Create a new function breakpoint.
Optional
enabled: booleanOptional
condition: stringOptional
hitCondition: stringOptional
logMessage: stringOptional
id: stringOptional
conditionAn optional expression for conditional breakpoints.
Is breakpoint enabled.
The name of the function to which this breakpoint is attached.
Optional
hitAn optional expression that controls how many hits of the breakpoint are ignored.
Optional
logAn optional message that gets logged when this breakpoint is hit. Embedded expressions within {} are interpolated by the debug adapter.
The unique ID of the breakpoint.
A breakpoint specified by a function name.