Ask Your Question

Aditi_Misra's profile - activity

2019-06-26 16:49:47 -0600 received badge  Famous Question (source)
2019-06-26 16:49:47 -0600 received badge  Notable Question (source)
2019-06-26 16:49:47 -0600 received badge  Popular Question (source)
2014-04-17 05:34:37 -0600 asked a question 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?