The base class of all breakpoint types.
Variables
read onlyhitCondition:Null<String>
An optional expression that controls how many hits of the breakpoint are ignored.
read onlylogMessage:Null<String>
An optional message that gets logged when this breakpoint is hit. Embedded expressions within {} are interpolated by the debug adapter.