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 toggle the display of
the Classes view by clicking 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 and choosing Properties displays the properties of the class:
Right-clicking a method opens a contextual menu with items for setting a breakpoint on the method and displaying the properties of the method.
See also | |
---|---|
The Debug Environment |