bpremove
Remove Breakpoints/Watchpoints.
Syntax
bpremove <id-list> | -all
Remove the Breakpoints/Watchpoints specified by <id-list>
or remove all the breakpoints when \"-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.
Example(s)
bpremove 0
Remove Breakpoint 0.
bpremove 1 2
Remove Breakpoints 1 and 2.
bpremove -all
Remove all Breakpoints.