Prism 6.0 User's Guide

Printing the Names and Values of Local Variables

Use the dump command, followed by the name of a function or procedure, to print the names and values of all local variables in that function or procedure. If you omit the function name, dump uses the current function. If you specify a period, dump prints the names and values of all local variables in the functions in the stack.