Log Console Output

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
3,392件の閲覧回数
ITCO00
Contributor III

Hi,

 

How do I log to file the output to the console (CW 10.1.8)?

 

ITCO

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
2,289件の閲覧回数
CrasyCat
Specialist III

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.

 

  1. Right-click on the project name in the CodeWarrior Project view.
  2. Select Properties
  3. Choose Run/Debug Settings.
  4. Select the Launch Configuration and click on Edit ....
  5. Switch to the Common tab.
  6. Check File and specify the name of a log file.
  7. 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:

  1.  In the console tool bar click the Copy Build Log icon
  2. Specify the name of the file where you want to copy the data

CrasyCat

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
2,290件の閲覧回数
CrasyCat
Specialist III

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.

 

  1. Right-click on the project name in the CodeWarrior Project view.
  2. Select Properties
  3. Choose Run/Debug Settings.
  4. Select the Launch Configuration and click on Edit ....
  5. Switch to the Common tab.
  6. Check File and specify the name of a log file.
  7. 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:

  1.  In the console tool bar click the Copy Build Log icon
  2. Specify the name of the file where you want to copy the data

CrasyCat

0 件の賞賛
返信