Hello
If you want to keep output from a debug session, you should be able to redirect stdout to a file from the Launch Configuration settings.
- Right-click on the project name in the CodeWarrior Project view.
- Select Properties
- Choose Run/Debug Settings.
- Select the Launch Configuration and click on Edit ....
- Switch to the Common tab.
- Check File and specify the name of a log file.
- Check Append if you need the log file to hold results obtained from multiple debug sessions.
If you want to copy the content of the build console to a file:
- In the console tool bar click the Copy Build Log icon
- Specify the name of the file where you want to copy the data
CrasyCat