Breakpoint Table Command (PLBDBUG)
The breakpoint table command directly sets, changes, and executes the break point table commands. The format for the command is:
C {number}[cmd0[;cmd1[...]]]
Note the following:
When executed without any command following it, the command identified by {number} is executed if it exists.
If the command is executed with one or more optional commands, the commands are assigned to the specified command number.
In addition, the supporting commands of CC and CL allow clearing and listing of commands.
Example:
C0 DV S$CMDLIN
Assign C0 command.
C0
Execute C0 command
C1 DV S$RETVAL;C0
Assign C1 command
C1
Execute C1 command
See Also: PLBDBUG Commands, PLBDBUG
![]() |