;
DELETE -- Deletes one or more breakpoints, macros, or definitions.
The command can also delete one or more items in the list
of alternate source directories.
> DELETE -Breakpoint -Here (Deletes the current breakpoint.)
> DELETE -Breakpoint 22 (Deletes the breakpoint at line 22.)
> D -Breakpoint 22 (Same as above. D is short for DELETE.)
> DELETE -Breakpoint -All (Deletes every breakpoint in the program.)
> DELETE -Breakpoint f\ -All (Deletes every breakpoint in routine f.)
> DELETE -Macro `penny (Deletes the macro named `penny.)
> DELETE -Macro -All (Deletes every macro.)
> DELETE -Define `pfennig (Deletes the definition named `pfennig.)
> DELETE -Define -All (Deletes every definition.)
> DELETE -SDIR -All (Deletes the entire list of alternate source
directories.)