The Local Variables window lists the variable name and value for each variable in the selected method context. You can also modify the values of the local variables. The method context is defined by the selected call stack entry in the Call Stack Window. Activating a different call stack entry in the Call Stack window also updates the Local Variables window with the variables of the selected method context. As you step through a program the values are also updated as the selected method context automatically changes.
Displays the name of the local variable.
Displays the current value of the local variable. To edit, select the variable and click in the corresponding Value column.
Viewing and Modifying Variables