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 in the toolbar of the Debugger window.
The following table describes the icons used in the Variables view.
Icon | Description |
---|---|
![]() | Local variable |
![]() | Super variable |
![]() | Static 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 a Variable
Creating a Fixed Watch |