Jdb, the Java Debugger provided by Sun, can do most of the things you're used to doing in your normal debugger. Find out how you can get the most out of your jdb debugging sessions. What do you do ...
As some of you may know, I am doing some JNI work. Eclipse's Java debugger is fantastic, so it works fine for debugging the Java test code (read: stopping on a line to debug the native code). However, ...