To delete breakpoints that become unnecessary for controlling the prototype execution, use the CANCEL BREAK command with a list of breakpoint labels as the argument.
deletes all breakpoints whose name starts with “label” and also the breakpoint “new.”
Note: Canceling a breakpoint does not mean that the effect of its associated DO clause is also automatically cancelled.Consider again the following breakpoint definition:
Suppose that
bp_2
is cancelled after it was reached at least once, that is, after its DO clause was executed. Then breakpointbp_3
remains active, until explicitly cancelled by another command.Here, activity tracing is started after the first occurrence of event
e4
, and continues until explicitly cancelled.