Locals Window

Makes it possible for you to display all the variables, arrays, objects, and object members that are visible in a given program, procedure, or method.

This window is activated when you choose Locals from the Window Menu, Debugger Window.

  • Locals for
    Indicates the procedure whose variables, arrays, and objects are displayed in the Locals window.
  • Name
    Displays the names of the visible locals.
  • Value
    Displays the current values of the visible locals.
  • Type
    Displays characters that represents the data types of the visible locals.

Use the shortcut menu to control the category of variable displayed.

Category Description
Public Variables declared with the PUBLIC keyword.
Local Variables declared with the LOCAL keyword.
Standard All variables in the scope of the procedure displayed in the Locals for box.
Objects Object variables.

To see the values of array elements or object properties, click the box to the left of the array or object name. The Locals window makes it possible for you to see properties of all objects in the container hierarchy.

See Also

LOCAL Command | PUBLIC Command | Debugger Window | Debugger Keyboard Shortcuts and Menus