Breakpoint Clear Command (PLBDBUG)
This Breakpoint Clear command allows the clearing of breakpoints. One or more breakpoints may be cleared with a single command. The format for the BC command is:
BC [* | {digits}]
Each breakpoint is assigned a number when it is set. All future references to this breakpoint must reference the assigned number. Individual breakpoints may be cleared by specifying the assigned number, or all breakpoints may be cleared by specifying an '*'.
Examples:
BC*
Clear all breakpoints.
BC 2
Clear breakpoint number 2.
BC 146
Clear breakpoint numbers 1, 4 and 6.
See Also: PLBDBUG Commands, PLBDBUG
![]() |