In debug mode, you can display testing information that lets you
review how you have set up your debug job.
You can display what programs are in debug mode and what breakpoints
and traces have been defined for those programs. In addition, you can display
the status of the programs in debug mode.
You can use the following
commands to display testing information:
- Display Debug (DSPDBG), which displays the current
call stack and the names of the programs that are in debug mode and indicates
the following:
- Which are stopped at a breakpoint
- Which are currently called
- The request level of those that are called
- Debug options selected for the debug job
- Display Breakpoint (DSPBKP), which displays the locations
of breakpoints that are currently defined in a program.
- Display Trace (DSPTRC), which displays the statements
or statement ranges that are currently defined in a program.