Sun Studio 12: Debugging a Program With dbx

status Command

The status command lists event handlers (breakpoints, etc.). 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