If you use the CodeWarrior wizard to create a new project, the IDE sets the debugger settings to default values. You can modify these settings as per the requirement.
To change debugger settings:
- In the CodeWarrior Projects view, right-click the project folder.
A shortcut menu appears.
- Choose Debug As > Debug Configurations.
The
Debug Configurations dialog appears.
The left pane of the
Debug Configurations dialog lists the debug configurations that apply to the current project.
- Expand the CodeWarrior configuration.
- From the expanded list, select the name of the debug configuration you want to modify.
The
Debug Configurations dialog shows the settings for the selected configuration.
- Click the Debugger tab.
The
Debugger page appears.
- Change the settings in this page to suit your needs.
- Click the Apply button.
The IDE saves your new settings.
Note: You can select other pages and modify their settings. When you finish, you can click the Debug button to start a new debugging session, or click the Close button to save your changes and close the Debug Configuration dialog.