delete

Removes breakpoints specified in a debugger session.

Syntax

del[ete] breakpoint
  1. breakpoint is the number assigned to the breakpoint by the debugger.

Usage

The delete command allows you to remove breakpoints when they are no longer needed in your debugger session.

If you prefer you may disable the breakpoint instead. See the disable command.

Example

(fgldb) delete 1
(fgldb) run
Program exited normally.
(fgldb)