.HD STATUS/DELETE status delete .SH NAME status \- display all breakpoints, actions, and tags. .br delete \- delete a breakpoint, tag, or action .SH SYNOPSIS .CS void status() .PP .CS void delete() .PP .CS void delete(number) .CS int number ; .SH DESCRIPTION .CO Status displays all actions, breakpoints, and tags, along with the number of each debugging item. .CO Delete deletes an action, breakpoint, or tag. .PP If .CO delete is called without an argument, it prompts the user to delete all debugging items; otherwise, it deletes the specified debugging item. .PP If the debugging item to be deleted is currently active on the execution stack, it will be .ID zombied instead of being deleted. When execution continues, the zombied item cannot be activated anew, but it will not be deleted until it has completed executing. When displayed by the .CO status command, zombied items are listed with the letter .PC Z preceding the debugging item number. .SH SEE ALSO action, stop, tag, tagaction,