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 Microcontrollers V10.x Targeting Manual.

Note: The project's launch configurations can be viewed and modified from the IDE's RunConfigurations or Debug Configurations dialog boxes. To open these dialog boxes, select Run > Run Configurations or Run > Debug Configurations.

If a file cannot be added to the project, its file extension may not be available in the File Types panel. To resolve the issue, add the file's extension to the list in the File Types panel. To access the File Types panel, proceed as follows:

  1. Right-click the desired project and select Properties.

    The Properties for < project > window appears.

  2. Expand C/C++ General and select File Types.
  3. Select the Use project settings option.
  4. Click the New button, enter the required file type, and click OK.
  5. Click OK.

The changes are saved and the properties dialog box closes.