To change the default debugger for the current project:
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 |