Breakpoint Enable Command (PLBDBUG)
The Breakpoint Enable command enables disabled breakpoints. One or more breakpoints may be enabled at a given time. The format for the BE command is:
BE [* | {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 enabled by specifying the assigned number, or all breakpoints may be enabled by specifying an '*'.
Examples:
BE*
BE 2
BE 146
See Also: PLBDBUG Commands, PLBDBUG
![]() |