Software

Hit Count Keeps Track of How Many Times a Breakpoint is Hit

By default, execution breaks whenever hitting a breakpoint. You can choose to:

If you want to keep track of the number of times a breakpoint is hit but never break execution, you can set the hit count to a very high value to never hit the breakpoint.

The specified hit count is retained only for the debugging session. When the debugging session ends, the hit count is reset to zero.