The IDE supports multiple debuggers with multiple types. A debugger type is a collection of settings that tells a particular debugger
how to function.
You can view the debugger types in your version of the IDE by using the Options window. The debugger types are listed under Debugging and Executing Debugger Types.
By default, the IDE includes the following debugger types:
Additional debuggers can be installed in your version of the IDE by extension modules.
One debugger type is selected as the default debugger. The default debugger type is used for all files and templates for which you have not specifically assigned a debugger type. You can view the default debugger type by opening the Options window, expanding the Editing node, and selecting the Java Sources node.
If you are not satisfied with how your file will be debugged, you can modify the properties of the debugger type that is assigned to the file. Or, if you want to preserve the properties of that debugger type, you can create a new debugger type and assign it to the file.
See Also | |
---|---|
Default Debugger
Applet Debugger J2EE Server Debugger Creating a New Debugger Type Removing a Debugger Type |