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.
Implementation
final String? hitCondition;
An expression that controls how many hits of the breakpoint are ignored. The debug adapter is expected to interpret the expression as needed.
final String? hitCondition;