Remove breakpoints/watchpoints.
Syntax
bpremove <id-list> | -all
Remove the breakpoints/watchpoints specified by <id-list>
or remove all the breakpoints when the -all option is used.
Options
Option | Description |
---|---|
-all
|
Remove all breakpoints. |
Returns
Nothing, if the breakpoint is removed successfully. Error string, if the breakpoint specified by <id>
is not set.
Examples
bpremove 0
Remove breakpoint 0.
bpremove 1 2
Remove breakpoints 1 and 2.
bpremove -all
Remove all breakpoints.