You can add unconditional breakpoints to statements within the source code section. You can only add breakpoints to statements that are executable statements. You cannot add a breakpoint to a source code comment statement or to a statement outside the compiler's source code section.
You can set line unconditional breakpoints at the statement in an active program listing.
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 condition will be tested after the statement is executed. Check the box if you want to use this option.
The condition is tested before executing the statement by default.
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