Breakpoint Table Clear Command (PLBDBUG)
The breakpoint table clear command directly clears break point table commands. The format for the command is:
CC {number|*}
Note the following:
If {number} is specified, it must be a decimal numeric value between zero and nine that identifies the command that is to be cleared.
If "*" is specified, all commands are cleared.
Example:
CC 0
Clear C0 command.
CC *
Clear all commands.
See Also: PLBDBUG Commands, PLBDBUG
![]() |