hitCondition property
The 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.
If both this property and condition
are specified, hitCondition
should
be evaluated only if the condition
is met, and the debug adapter should
stop only if both conditions are met.
Implementation
final String? hitCondition;