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
I've used this tutorials:
Using Eclipse for Android C/C++ Development
Using Eclipse for Android C/C++ Debugging
精彩评论