Re: How to Debug easier

2005-08-22 Thread Frank W. Zammetti
ng is still the best way to go HTH, Martin- - Original Message - From: "Larry Meadors" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, August 22, 2005 10:57 AM Subject: Re: How to Debug easier Why not just use a debugger? There are several ver

Re: How to Debug easier

2005-08-22 Thread Martin Gainty
Larry Meadors" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, August 22, 2005 10:57 AM Subject: Re: How to Debug easier Why not just use a debugger? There are several very good free debuggers available - netbeans, eclipse, jedit, ... Simple to set up, and

Re: How to Debug easier

2005-08-22 Thread Larry Meadors
Why not just use a debugger? There are several very good free debuggers available - netbeans, eclipse, jedit, ... Simple to set up, and a bit less "predictive" to use. (By that, I mean instead of trying to log what you think the problem might be, you can examine it as it is running to SEE what th

Re: How to Debug easier

2005-08-21 Thread Martin Gainty
;Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, August 21, 2005 5:31 PM Subject: How to Debug easier Hello all, If I have a System.out.Println() statement on my Struts code where would that be written to? I would like to write stuff to either the console or the

Re: How to Debug easier

2005-08-21 Thread Laurie Harper
C.F. Scheidecker Antunes wrote: Hello all, If I have a System.out.Println() statement on my Struts code where would that be written to? I would like to write stuff to either the console or the Tomcat log text file. How can I achieve that? System.out.println() does not seem to be doing anyt

How to Debug easier

2005-08-21 Thread C.F. Scheidecker Antunes
Hello all, If I have a System.out.Println() statement on my Struts code where would that be written to? I would like to write stuff to either the console or the Tomcat log text file. How can I achieve that? System.out.println() does not seem to be doing anything. I want to know what it is