Classes with Tracing Disabled dialog box

Use the Classes With Tracing Disabled dialog box to view and change the classes not to trace into during a debugging session. You use this dialog box by choosing Run|View Classes With Tracing Disabled before you begin a debugging session.

Note: In JBuilder Personal, only three classes (java.lang.Object, java.lang.String and java.lang.ClassLoader) are added to this view. You cannot add, modify or delete items in the list, however, you can choose to step or not step into those classes. See "Using Smart Step" for more information.

This dialog box is the same as the Classes with tracing disabled view in the debugger user interface (after you begin a debugging session). Once you debug, Run|View Classes With Tracing Disabled will select the Classes with tracing disabled view for the current debug session, instead of the dialog box.

Use the Classes With Tracing Disabled dialog box to:

See also