Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get Eclipse to keep console output?

I'm using Eclipse Indigo on Win XP with Java 6. I have a Maven project with GWT (2.3), and when I launch my project (Run -> Web Application), the app is throwing some startup errors. However, the console is only preserving the last part of the errors, and I can't tell what started it all off.

http://screencast.com/t/MsgM1SuxI

Notice in the screen shot, I've scrolled up as much as possible but still the stack trace is cut off. How can I get Eclipse to save the entire console error log?

Thanks, - Dave

like image 200
Dave Avatar asked Oct 17 '11 16:10

Dave


1 Answers

You can adjust Eclipse's console buffer size in the preferences. See http://codeyarns.wordpress.com/2010/01/20/eclipse-console-buffer-size/:

enter image description here

like image 83
Alastair Maw Avatar answered Nov 12 '22 17:11

Alastair Maw