You can add unconditional breakpoints to statements within the source code section. You can only add breakpoints to executable statements. You cannot add a breakpoint to a comment statement or to a statement outside the source code section of the compiler.
To add an unconditional breakpoint for a statement
The InterTest Debug view opens.
The program opens in the Program Listing area.
A blue circle appears next to the statement in the left ruler. A dark-blue mark appears in the ruler to the right of the scroll bar. This indicates that a new breakpoint is set at the selected statement.
To add an unconditional breakpoint with options for a statement
The Add a Line Breakpoint dialog opens.
Specifies that the program is halted after the statement is executed. Check the box if you want to use this option.
By default, the program is halted before executing the statement.
Default: Off
Specifies the number of times a statement is to be executed before it is stopped for the breakpoint. Type any value in this field.
Default: 0