How to increase log window size ?
731012Feb 16 2010 — edited Feb 17 2010I 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