c++ - Debugging in Eclipse a Cocos2dx application (Cpp) -


i'm trying cocos2dx in windows environment, using eclipse cdt. i'm able build game , play in android phone. problem i'm not capable of debugging game. put breakpoint in .cpp file , not being reached.

what going on?

for debugging android apps written in c++,try using nvidia ndk debugger. allows 1 set breakpoints in c++ , debug @ runtime. can from

https://developer.nvidia.com/nvidia-debug-manager-android-ndk


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -