How can I disable the option of having the CodeWarrior IDE build my project before launching it?

To disable build before launch:

  1. From the IDE menu bar, select Window > Preferences .

    The Preferences dialog box appears.

  2. Expand the tree control to select Run/Debug > Launching .

    The Launching page appears in the right pane.

  3. Uncheck the Build (if required) before launching checkbox.
  4. Click Apply .
  5. Click OK .

Now, CodeWarrior IDE will not build the project before launching it.