Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to increase log window size ?

731012Feb 16 2010 — edited Feb 17 2010
I use System.out.println() to display debug messages in the log window but there is a limit of lines and there are so many prints of the stack trace that I can't see my debug messages.
If I could increase the number of lines displayed, I could see my debug messages before the stack traces.
I've looked in DefaultServer-diagnostic.log and my debug messages are not in this file.
I could send my debug messages to a file but I would like to keep using println and the log window.
I'll use the debugger for now.

Thanks,
JP
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 17 2010
Added on Feb 16 2010
2 comments
927 views