User manual
Basic debugging features UM0036
190/385 Doc ID 7705 Rev 11
Figure 135. Stepping backwards in call stack
5.11 Local variables window
The Local Variables window shows a listing of program variables that are local to the
functions that are active at any given time, as well as their values at particular points (such
as enabled breakpoints) in the running of the program.
To open the Local Variables window, either click on the Local Variables window icon
in the View toolbar or, from the main menu, select View>Local Variables.
In the example shown below, the value of the variable i is equal to zero when the program
is halted at a particular breakpoint. By scrolling in the list at the top of the Local Variables
window, you can display current call stack in the Call Stack window, and the list of variables
in the current call stack. The current call stack frame can be modified from this list.
Figure 136. Local Variables and Call Stack windows