Sun Studio 12 Update 1: Debugging a Program With dbx

delete Command

The delete command deletes breakpoints and other events. It has identical syntax and identical functionality in native mode and Java mode.

Syntax

delete [-h] handler_id ...

Remove trace commands, when commands, or stop commands of given handler_ids. To remove hidden handlers, you must give the -h option.

delete [-h] O | all | -all

Remove all trace commands, when commands, and stop commands excluding permanent and hidden handlers. Specifying -h removes hidden handlers as well.

delete -temp

Remove all temporary handlers.

delete $firedhandlers

Delete all the handlers that caused the latest stoppage.

where:

handler_id is the identifier of a handler.