Inspecting Classes, Methods, and Variables

Using the Classes tab you can view the classes, methods, and static data in the packages that make up the current project.

To view the classes in your project:

  1. Open the Classes tab in the Debugger.

  2. Click the glyph to the left of the package.

    The Java WorkShop expands the package to show the classes that make up the package. You can continue clicking the glyphs on the left until you reach the data in the class. You can expand objects and arrays to show all embedded variables. Clicking a glyph a second time contracts the item.


See also:

Classes Tab