I'm trying to get the eclipse debugger working on windows for C++ files. Here's what I have tried so far
1) Installed adt-bundle-windows-x86_64 + cygwin
2) Installed android-ndk-r8d-windows
3) Installed apache-ant-1.8.4
4) Installed the NDK Eclispe Plugins for https://dl-ssl.google.com/android/eclipse/
5) Built and run the helloJni sample in eclipse and from the command line and debugging Java works as expected with breaks on breakpoints but not in the C++ code
6) Updated the Android.mk file with APP_CFLAGS += -g to add symbols to the .so file
7) Built .so with ndk-build NDK_DEBUG=1 V=1
8) Built .apk with ant debug
Seems like these are the necessary steps but the breakpoints are still not working in the C++ code. I can break in Java but when I resume the C++ break point is just ignored.
Anyone aware of any missing steps?
Thanks
David.
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk...@googlegroups.com.
To post to this group, send email to andro...@googlegroups.com.
Visit this group at http://groups.google.com/group/android-ndk?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.