bc

bc list | *

The bc command removes one or more defined breakpoints.

Parameters

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.

Example

The following example removes breakpoints 0, 4, and 8:

bc 0 4 8

The following example removes all breakpoints:

bc *