Variables View

The Variables view of the Debugger window lists the local, instance, and static variables that are within the scope of the method that your program is stopped in. You toggle the display of the Variables view by clicking the Variables button in the toolbar of the Debugger window.

The following table describes the icons used in the Variables view.

Icon Description
Local variable iconLocal variable
Super variable icon groupSuper variable
Static variable iconStatic variable

Right-clicking a variable name opens a menu with items for creating a fixed watch of the variable and viewing the properties of the variable. A variable has the following properties:

You can modify the value of a variable directly in the property sheet.

See also
Modifying the Value of a Variable
Creating a Fixed Watch

Legal Notices