How can I export the launch configurations settings and then import them back into the project?

You can export and import the launch configuration settings using the Export and Import wizards.

To export a launch configuration:

  1. From the CodeWarrior menu bar, select File > Export .

    The Export dialog box appears.

  2. Expand Run/Debug tree control and select Launch Configurations .

    The Export Launch Configurations wizard appears.

  3. Select the launch configuration you want to export.
  4. In the Location field, specify the location where you want to export the launch configuration.
  5. Click Finish .

    The selected launch cofiguration exports as .launch file.

Similarly, you can import the launch configuration (.launch file) using File > Import in the CodeWarrior IDE menu bar.

Alternatively, you can copy the *.launch files present in the Project_Settings\Debugger folder of a project and place it in the project where you want to export it.