During investigation crash of my cocos2d-x app I faced with problem that debugger not stops in AppDelegate.cpp class at all.
My assumption is: debugger could not connect before time when this code has been executed.
Is my assumption correct? Is any workaround there?