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 the problem really is.)

Larry

On 8/21/05, C.F. Scheidecker Antunes <[EMAIL PROTECTED]> 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 anything.
> 
> I want to know what it is going on at run time to make it easier to
> debug stuff.
> 
> Any suggestions?
> 
> Thanks,
> 
> C.F.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to