CodeWarrior Tips and Tricks

If the Simulator or Debugger cannot be launched, check the settings in the project's launch configuration. For more information on launch configurations and their settings, refer to the CodeWarrior Development Studio for Mircocontrollers Version 10.x Targeting Manual.

Note: You can view and modify the project's launch configurations from the IDE's Run Configurations or Debug Configurations dialog box. To open these dialog boxes, select Run > Run Configurations or Run > Debug Configurations.
Note: If you use the command, double i = 0.5; printf ("%f ",i); you will need to add \n at the end of every printf() statement.

If a file cannot be added to the project, its file extension may be absent from the File Types panel. Add this file's extension to the list in the File Types panel. To access the File Types panel, proceed as follows:

  1. Select Project > Properties from the IDE's menu bar.

    The Properties for <project> dialog box appears.

  2. Expand the C/C++ General tree control and select the File Types option in the list.