"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Native On Device Debugging, How do you do it ?

Hi all, Everything is nice but how do you guys debug the native side of the application? Until now I could only do it the old fashion way of logging. I got to the point that I could connect to the gdbserver via Eclipse CDT but debug symbols are not loaded and I cannot pause/resume/set a breakpoint etc. I have for the moment 3 more options: 1. The DDD as a frontend (I compiled but the arm target is not selectable only x86) 2. swig+manual optimization of the ndk and do all the work on java 3. use ndk-dbg Any hint in this department is welcomed. Alex.