Loaded Classes window

The Loaded Classes window is a list of all the classes that have been loaded for debugging. You can select which classes to trace into while debugging. All the classes are used for the running program, but you probably only want to trace into and step through a small subset of all the classes that are used.

To open this window, choose View|Loaded Classes. (If the Debugger is not running, View|Loaded Classes displays the List of Packages And Classes With Tracing Disabled window. This window shows the Tracing Disable list, a list of all classes for which tracing is disabled.)

Right-click on the window to see the Loaded Classes window popup menu.

Icons in the Loaded Classes window

The following table explains the icons used in the Loaded Classes window.

Icon Meaning
Class with Tracing Into enabled
Class with Tracing Into disabled
Package with Tracing Into enabled
Package with Tracing Into disabled
See also:
Building Applications with JBuilder: Enabling and disabling tracing into classes
Building Applications with JBuilder: Trickling of the Tracing Enabled settings through the class hierarchy