Modifying debugger settings

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:

  1. In the CodeWarrior Projects view, right-click the project folder.

    A shortcut menu appears.

  2. 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.

  3. Expand the CodeWarrior configuration.
  4. 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.

  5. Click the Debugger tab.

    The Debugger page appears.

  6. Change the settings in this page to suit your needs.
  7. 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.