Sun Studio 12: Debugging a Program With dbx

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