hitCondition property
An expression that controls how many hits of the breakpoint are ignored.
The debug adapter is expected to interpret the expression as needed.
The attribute is only honored by a debug adapter if the corresponding
capability supportsHitConditionalBreakpoints
is true.
Implementation
final String? hitCondition;