You may wish to examine and/or change the values of your variables. To edit a value, you need to pause your program.
Both the Global Variables dialog and the Locals dialog show a list of variables with values. To examine the contents of an array or STRUCT variable, click on that variable's entry. You can also click on the entries of simple variables to examine their values more closely or to change their values--a dialog box appears which shows the current value of the variable and allows you to change that value.
To see variables from other scopes, choose Call Stack... from the Debug menu. See Variable Scope A dialog box will appear, showing the list of currently executing routines. Choosing any of the routine names from the list in the Call Stack dialog box makes a window called <Frame> appear, showing the variables local to that routine. The Editor window will show the source code of this routine.