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