The Breakpoints view displays all breakpoints that are set for the active program listing. This view displays the following details of a breakpoint in a tabular format:
Specifies one of the following breakpoint types:
Stops the program just before the statement is executed. This refers to an unconditional breakpoint.
Stops the program only if a condition you specified is met, such as a counter equaling or exceeding some value. You can also set a conditional breakpoint to stop at a specific instruction when the condition you specified is met.
Stops the program at any instruction if the value of the variable you specify has changed. This is a special type of conditional breakpoint.
Stops the program at any instruction if the criteria of the request breakpoint is satisfied.
Displays the variable name.
Displays the statement number of the source code as assigned by the compiler.
Note: The value in the Stmt field is not the line number of the program listing document.
Displays the source code found at the statement number specified in the Stmt column.
You can insert, configure, or delete breakpoints listed in the Breakpoints view. You can highlight the program listing containing the breakpoint and navigate to the statement at which it was inserted.