Specifying the Default Debugger for a Project

When you change the default debugger for a project, the change affects all classes and templates for which you have not specifically assigned a debugger type.

To change the default debugger for the current project:

  1. From the main window, choose Project Settings.

  2. In the Project Settings window, select the Java Sources node.

  3. In the Properties pane, find the Default Debugger property, click its value, and choose a debugger from the combo box.(Your IDE might include additional debuggers, depending on the modules that you have installed.)

    Default Debugging The JPDA or the JDK 1.1 debugger, depending on your configuration. This implementation of the JDK 1.1 debugger runs an application on the Java 2 virtual machine (for example, 1.3 and 1.2 and compatible).
    JDK 1.1 Debugging An implementation of the JDK 1.1 debugger that runs an application on a 1.1 and compatible virtual machine. Use this debugger for compatibility reasons only.
    Applet Debugging A new instance of the virtual machine that starts the applet viewer.
    (do not debug) Does not debug the project.
See also
Specifying the Default Debugger for a Class

Defining a New Debugger Type

Legal Notices