Hi,
that may be a dumb question... but I have a quite large java program that i'm debugging using the old System.err.println method, like I do using print* in any other language...
But after a while, I've so many of them, I don't know how to manage them (and sometimes I put twice the same message concatenated with other information making it even harder...)...(and suppressing/finding them in the end is sometimes not trivial
I don't know how to be more rigourous... Do you have like a kind of magic token ? do you always print out the location of the println...
If you've any java tool, I'd consider them but best-practices in general would be great...