You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by Jon Stevens <jo...@latchkey.com> on 2001/01/01 22:56:19 UTC

Re: How to debug?

on 12/31/2000 4:22 AM, "Mariano Kamp" <mk...@codamax.com> wrote:

> Well, actually in most cases I see it the same way as you do. And
> overriding toString() is a thing I do in almost very class I write, still
> it's not working for everything and if you want to do complex navigation
> println() hurts alot.

Huh?

> Besides that you always have to recompile and redeploy your code.

If you use a good build system (Ant) or a good IDE (Kawa) then that isn't a
problem.

-jon