| |||
Home > Working with Browsers > Browsing variables |
Use the Variables browser to examine the different variables used in your program.
To display the Variable List dialog box, shown in Figure 9.4, select Find → Variable List... from the Code window main menu.
The Variable List dialog box shows all the variables in the current program. By default, the Sort check box is unselected and so the variables are given in order of occurrence.
Each entry in the list shows the variable name followed by
the program name attached using @
, for example:
Ch_1_Glob of @dhrystone
Including local variables adds the filename, if known, to the list:
DHRY_2\Proc_8\Int_Index local of @dhrystone
This section describes: