Can I direct console output to a file instead of the console window?

Yes, you can direct the console output to a file instead of the console window. To accomplish this, follow steps given below:

  1. In the CodeWarrior projects window, right-click on project name.

    A context menu appears.

  2. From context menu, right-click on project name, select Debug As > Debug Configurations.

    The Debug window appears.

  3. Under CodeWarrior Download , select project name.
  4. Select Common tab.

    The Common page appears (for more information, refer to the image Debug Configurations-Common Page listed below).

  5. Select File and specify the file to which the console output is directed.
    Figure 1. Debug Configurations-Common Page

    Debug Configurations-Common Page

  6. Click Apply.
  7. Click Debug.

The console output will be directed to the specified file.