Breakpoint Disable Command (PLBDBUG)
The Breakpoint Disable command disables previously set breakpoints. One or more breakpoints may be disabled with a single command. The format for the BD command is:
BD [* | {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 disabled by specifying the assigned number, or all breakpoints may be disabled by specifying an '*'.
Examples:
BD*
Disable all breakpoints.
BD 2
Disable breakpoint number 2.
BD 146
Disable breakpoint numbers 1, 4 and 6.
See Also: PLBDBUG Commands, PLBDBUG
![]() |