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

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -