Previous: Set Breaks, Up: Breakpoints [Contents][Index]
It may be desirable to eliminate a breakpoint once it has done its job and you no longer want stop there. This is called deleting the breakpoint. A breakpoint that has been deleted no longer exists; it is forgotten.
It is not necessary to delete a breakpoint to proceed past it. the GNU Make debugger automatically ignores breakpoints on the first instruction to be executed when you continue execution.
delete breakpoint-number...
Delete the breakpoints by breakpoint-number specified as arguments.