ProtectedconstructorCreates a new breakpoint
Optionalenabled: booleanIs breakpoint enabled.
Optionalcondition: stringExpression for conditional breakpoints
OptionalhitCondition: stringExpression that controls how many hits of the breakpoint are ignored
OptionallogMessage: stringLog message to display when breakpoint is hit
Optional 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.
Optional ReadonlylogAn optional message that gets logged when this breakpoint is hit. Embedded expressions within {} are interpolated by the debug adapter.
The base class of all breakpoint types.