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

Exit Print View

Updated: June 2016
 
 

status Command

The status command lists event handlers (breakpoints and such). It has identical syntax and identical functionality in native mode and Java mode.

Syntax

status

Print trace, when, and stop breakpoints in effect.

status handler-ID

Print status for handler handler-ID.

status -h

Print trace, when, and stop breakpoints in effect including the hidden ones.

status -s

The same, but the output can be read by dbx.

where:

handler-ID is the identifier of an event handler.

Example

(dbx) status -s > bpts
...
(dbx) source bpts