Format: d [address_expression | breakpoint_list]
breakpoint_list breakpoint list. See "Breakpoint list and ranges". See "Address expressions".
Note: The syntax for the d command has changed from version 1.8.9 of MULTI. It now accepts a command syntax very similar to that of the b command. In particular, d my_number will no longer delete the breakpoint with id=my_number, but will delete the breakpoint on line my_number.
The d command deletes the breakpoint at address_expression or the list of breakpoints specified in breakpoint_list. If no arguments are given, the breakpoint at the current line is removed. This command removes breakpoints and all of their associated attributes; if you simply wish to temporarily disable a breakpoint, see the tog command. See tog.