CL Command Reference - DSPTRC
CL Command List > DSPTRC Reference
Description:
The Display Trace (DSPTRC) command shows all of the traces that are currently defined in the programs specified in this command. The following trace information is shown:
. The statement ranges or machine instruction ranges in the program
. The name or MI ODV numbers of all the program variables associated with the trace statements
. If the variables are recorded whenever the trace statement is processed or only when their values are changed
Restriction: This command is valid only in debug mode.
Examples:
DSPTRC
This command shows all of the trace data statement ranges currently specified in the default program of this debugging session. Also displayed are the program variables (but not their values) that are associated with the trace data statements.