Create a new breakpoint for a source location.
Optionalenabled: booleanOptionalcondition: stringOptionalhitCondition: stringOptionallogMessage: stringOptional ReadonlyconditionAn optional expression for conditional breakpoints.
ReadonlyenabledIs breakpoint enabled.
Optional ReadonlyhitAn optional expression that controls how many hits of the breakpoint are ignored.
ReadonlyidThe unique ID of the breakpoint.
ReadonlylocationThe source and line position of this breakpoint.
Optional ReadonlylogAn 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.