Sun Studio 12: Debugging a Program With dbx

Syntax

dump

Print all variables local to the current procedure.

dump procedure

Print all variables local to procedure.

where:

procedure is the name of a procedure.