Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Debugging JNI native C++ code in Eclipse ADT

Hi, I have written a code in Android using JNI and I want to debug the C++ code in Eclipse ADT built on 21st March, 2014 run on windows 7. However, adding debug points is not doing anything, no output at LogCat and no opening of the debug perspective. The code is running without any compilation or runtime error. I want to debug this to monitor values of some variables. I have CDT installed, and I am using OpenCV 2.4.8. I have followed the tutorian on http://mhandroid.wordpress.com/2011/01/23/using-eclipse-for-android-cc-debugging/

but this is not of any help. Please let me know how can I debug my code?