Locals Window

See Also

Allows 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 of the Debugger window.

Window Elements

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 allows you to see properties of all objects in the container hierarchy.