Go to main content
Oracle® Developer Studio 12.6: Debugging a Program with dbx

Exit Print View

Updated: June 2017
 
 

dump Command

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

Syntax

dump [procedure]

Print all variables local to the current procedure.

If a procedure is specified, print all variables local to procedure.

where:

procedure is the name of a procedure.