Yes, you can direct the console output to a file instead of the console window. To accomplish this, follow steps given below:
- In the CodeWarrior projects window, right-click on project name.
A context menu appears.
- From context menu, right-click on project name, select Debug As > Debug Configurations.
The
Debug
window appears.
- Under CodeWarrior Download , select project name.
- Select Common tab.
The
Common
page appears (for more information, refer to the image Debug Configurations-Common Page listed below).
- Select File and specify the file to which the console output is directed.
Figure 1. Debug Configurations-Common Page 
- Click Apply.
- Click Debug.
The console output will be directed to the specified file.