Sun Studio 12 Update 1: 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.