You must currently have a suspended program unit in the PL/SQL Interpreter to examine or change local variables values.
To examine local variable values:
In the Object Navigator, expand the Stack node to show the call stack frames.
Under the Stack node, double-click the node for the program unit whose variables you wish to examine or modify.
Each local variable is diplayed with its current value.
To edit local variable values:
In the Object Navigator, expand the Stack node to show the call stack frames.
Under
the Stack node, double-click the
node for the program unit whose variables you wish to examine or modify.
Each local variable is displayed with its current value.
Click the variable value in the Object Navigator.
Click the variable value again to enter edit mode.
Change the value of the variable.
Click a blank area in the Object Navigator to exit edit mode and accept the changed value.
Resume program unit execution in the PL/SQL Interpreter to test the effect of the new value.
Next step
Copyright © 1984, 2005, Oracle. All rights reserved.