Break Count Setting a break point after a specific number of calls ──────────────────────────────────────────────────────────────────────────────
This option is a cross between a break point and a pass point. You set a break point that only triggers after a given number of iterations that you supply.
You may list all of the break points that you have set within your program by using the LIST BP command in the command window, which is a short-cut for an item of the same name held under the List sub-menu of the Point menu.
When you set a break count point you may use increment or decrement the counter by using the <+> or <-> keys from wthin the source code window.