Breakpoints View
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:
-
Type
Specifies one of the following breakpoint types:-
Breakpoint
Stops the program just before the statement is executed. This refers to an unconditional breakpoint. -
Data Conditional
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. -
Data Watch
Stops the program at any instruction if the value of the variable you specify has changed. This is a special type of conditional breakpoint. -
Request
Stops the program at any instruction if the criteria of the request breakpoint is satisfied.
-
-
Operand
Displays the variable name. -
Stmt
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.
-
Source
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.