Sun Studio 12: Debugging a Program With dbx

dump Command

The dump command prints all variables local to a procedure. It has identical syntax and identical functionality in native mode and Java mode.

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.