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.
Examples
bpenable 0
Enable breakpoint 0.
bpenable 1 2
Enable breakpoints 1 and 2.
bpenable -all
Enable all breakpoints.