Go to main content
Oracle® Developer Studio 12.5: Debugging a Program with dbx

Exit Print View

Updated: June 2016
 
 

delete Command

The delete command deletes breakpoints and other events. It has the same syntax and 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 include 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.