posted 22 years ago
Currently I am using 'System.out.println' statements to debug. But this is getting on my nerves.
I looked into the debugging application "jdb" which comes along with jdk. Where can I find a user friendly documentation on it, on how to use it ? Or is there some other popular Debugger used ? Something which would help me put breakpoints on execution, check on variable values etc..