Switching the default debugger type
It is possible to switch the default debugger type. When you switch the default debugger type, this switch affects all classes and templates for which the user has not specifically assigned a debugger type.
To switch the default debugger type:
- Choose Project | Settings... from the main menu to open the Project Settings window.
- Select the
Java Sources
node in the left pane of the Project Settings window.- Select the
Default debugger type
property and choose a new default debugger type from the dropdown list.![]()
Note: Once you change a class or template's debugger type, the IDE will never again recognize the class as using the default debugger type, even if you switch the debugger type for the class back to the one that is the IDE default. Therefore, if you change a class's debugger type and then change it back to the default debugger type, the class's debugger type will not be affected if you change the default debugger type.
Contents | Prev | Next | Index |