Can't debug with 3.0beta2 sample

I found with prev edition, the ndkgdb.sh help us to deal with the “The device does not support the application’s targetted CPU ABIs!” problem, the whole key to this problem is set the right NDK_MODULE_PATH, so ndkgdb can find the right prebuilt libs for the targeted CPU.
But in the last version, the folder structure has been changed, there is no such folder that ndkgdb can find all of those libs, I guess we have to add every single lib path to the sh manually .
Hope this issue will be fixed by the coming version.

Hello, maybe you can use NDK_STACK to debug , and I hope it’s will be hopeful for you:http://www.cocos2d-x.org/forums/6/topics/46225