DSPBKP (Display Breakpoints) Command Description
Purpose
The Display Breakpoints (DSPBKP) command shows the locations of all the breakpoints currently set in the specified programs running in the debug mode. The breakpoints and the names of the program variables associated with each breakpoint are shown.
Restrictions:
- This command is valid only in the debug mode. To start debug mode, refer to the STRDBG (Start Debug) command.
- This command cannot be used to display breakpoints in a bound program.
Optional Parameters
- OUTPUT
- Specifies whether the output from the command is shown at the requesting display station or printed with the job's spooled output. More information on this parameter is in commonly used parameters.
*: Output requested by an interactive job is shown on the display. Output requested by a batch job is printed with the job's spooled output.
*PRINT: The output is printed with the job's spooled output.
- PGM
- Specifies which programs in the debug mode have their breakpoint locations and associated program variables shown.
*DFTPGM: The breakpoint locations in the default program are shown.
*ALL: The breakpoint locations in the programs currently in the debug mode are shown.
program-name: Specify the names of from 1 through 20 programs already in the debug mode whose breakpoint locations are to be shown.
Example for DSPBKP
DSPBKPAssuming that program MYPROG is the default program in an interactive debug session, this command shows all of the breakpoint locations that are currently set in MYPROG. The names of the program variables associated with each breakpoint are also shown.
Error messages for DSPBKP
*ESCAPE Messages
- CPF1999
- Errors occurred on command.