Error log view

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Error log view

427 Views
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?

Labels (1)
0 Kudos
1 Reply

254 Views
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 Kudos