Enable Breakpoints/Watchpoints.
Syntax
bpenable <id-list> | -all
Enable the Breakpoints/Watchpoints specified by <id-list>
or enable all the breakpoints when -all option is used.
Options
Option | Description |
---|---|
-all
|
Enable all breakpoints. |
Returns
Nothing, if the breakpoint is enabled successfully. Error string, if the breakpoint specified by <id>
is not set.
Example(s)
bpenable 0
Enable breakpoint 0.
bpenable 1 2
Enable breakpoints 1 and 2.
bpenable -all
Enable all breakpoints.