Examining the Classes Loaded by the Program

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.

To view the classes loaded by the program:

For descriptions of the icons used in the Classes view, see Java Elements and Bean Patterns.

Tip 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
Examining Variables
The Debug Environment

Legal Notices