bc (Breakpoint Clear)

bc list | *
 

The bc command removes one or more defined breakpoints.

list
Specifies any combination of integer values in the range 0 through 9. If you specify list, the debugger removes the specified breakpoints.
*
Clears all breakpoints.

This example removes breakpoints 0, 4, and 8:

bc 0 4 8