Is there an easy way to suppress the target re-programming when there has been no change since the previous session?

Follow the steps listed below:

  1. Select Run > Debug Configuration from the IDE menu bar.
  2. Expand the CodeWarrior Download tree-control and select the desired launch configuration.
  3. Click the Debugger tab in the right panel.
  4. Click the Download tab and clear the Perform Standard Download checkbox.

The target re-programming will now be supressed if there is no change since the previous session.

Note: Do not forget to check the Perform Standard Download checkbox again when things change in your project. At the moment, there is no automatic way of detecting whether the code on the target is different from the one you are trying to debug, so you will have to do this manually each time.