Problem:
The following information explains how to set a breakpoint in Animator on a specific count. Lets say you want to execute a rountne n number of times. The following explains how to set the breakpoint.
Resolution:
In Animator position the cursor on the line that you want to count. Enter "B"reak, then enter "O"n-count. Enter the number of times you want to execute that line of code before you want to break (stop) the process from executing. (The value must be greater between 2 and 255) Hit the enter key. Control is returned to the Break-point menu where you may select:
On count works with :-
Ordinary breakpoints : Stops every n'th time
Breakpoint If conditions : Stops every n'th time condition is true
Breakpoint Do : Executes a COBOL statement every n'th time



