How can I debug JNI code on my device! I enable debugging and Im able to successfully set break points in Java and able to debug using Eclipse.
But when it comes to my JNI C/C++ code I can't debug! Eclipse doesn't get no feedback on the breakpoints that I set.
Please help!
ps: Im using Android SDK 2.3.4, NDK r5b on MacOS Snow Leopard