Create a new breakpoint for a source location.
Optionalenabled: booleanOptionalcondition: stringOptionalhitCondition: stringOptionallogMessage: stringOptionalid: stringOptionalconditionAn optional expression for conditional breakpoints.
Is breakpoint enabled.
OptionalhitAn optional expression that controls how many hits of the breakpoint are ignored.
The source and line position of this breakpoint.
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 source location.