Create a new function breakpoint.
Optionalenabled: booleanOptionalcondition: stringOptionalhitCondition: stringOptionallogMessage: stringOptionalid: stringOptionalconditionAn optional expression for conditional breakpoints.
Is breakpoint enabled.
The name of the function to which this breakpoint is attached.
OptionalhitAn optional expression that controls how many hits of the breakpoint are ignored.
OptionallogAn optional message that gets logged when this breakpoint is hit. Embedded expressions within {} are interpolated by the debug adapter.
A breakpoint specified by a function name.