Error log view

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Error log view

465 次查看
CorderBollie
Contributor II

Hello.

 

Why does CW 10 hide the error log view?

Usually the error log view is opened via

  • Window -> Show View -> General -> Error Log

but the list does not show this entry. Instead one either has to call

  • Help -> About Eclipse -> Configuration Details -> View Error Log

    or has to open the log directly over the following location
  • “workspaceLoaction/.metadata/.log”

Does anybody know how to open the error log view in CW 10 or why it is hidden?

标签 (1)
0 项奖励
1 回复

292 次查看
J2MEJediMaster
Specialist I

Are you trying to monitor what is going on in CodeWarrior, or are you trying to watch the communications session between the debugger and the board?

 

If the former, I do not know of an easier way to display the Eclipse log.

 

If the latter, choose Run > Debug Configurations > {name of your project debug configuration}. In the Debug Configuration window that appears, choose the Main tab, then click Edit for the Connection option. In the Properties window that appears, click on the Connection tab and then check the Enable logging option.

 

---Tom

0 项奖励