Stopping debugger at program entry point

This feature helps you specify debugger settings for the CodeWarrior Debugger to remain stopped at program entry point.

To specify debugger settings to stop debugger at program entry point:

  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 pane appears.

  6. Select the Stop on startup at checkbox.

    The Program entry point and the User Specified options become available.

  7. Select the Program entry point option.
    Note: To stop the debugger at a user-specified function, select the User specified option and type the function name in the textbox.
  8. Click Apply.

    The IDE saves the settings for the debugger to remain stopped at program entry point.