Classes View

The Classes view in the Debugger window displays the hierarchy of all classes that have been loaded by the process being debugged. You can inspect the packages, classes, fields, constructors, and methods in your program as well as inspect the value of static variables.

You switch the display of the Classes view by clicking the Classes button in the toolbar in the Debugger window. For descriptions of the icons used in this view, see Java Elements and Bean Patterns.

Right-clicking a class displays a menu from which you can display the properties of the class. Right-clicking a method displays a menu with items for setting a breakpoint on the method and displaying the properties of the method.

See also
The Debug Environment

Legal Notices