Inspecting static variables

You can also inspect the values of class-level variables (static variables).

To inspect a static variable:

  1. From the debugger Source window, select Window→Classes. The Classes window is displayed.

  2. Select a class in the left box. The methods and static variables of the class are displayed in the boxes on the right.

  3. Select Static→Inspect. The Inspect window is displayed. It lists the variables available for inspection.