Spread the loveWhen you’re knee-deep in code, staring at a stack trace that makes no sense, or wondering why your application ...
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, ...