cocos2d 3.0 beta jsb debugger cannot work

I just update my project to 3.0beta. However, when I clicked ‘debugger’ in firefox, my project crashed.

Then I created a new project by ‘create_project.py’, then add these code:
@
#if defined(COCOS2D_DEBUG) && (COCOS2D_DEBUG > 0)
sc->enableDebugger(); // Enable debugger here
#endif
@
it also crashed. So I think it’s a bug of cocos2d. Anyone can help me?


QQ20140116-1.png (290.5 KB)

Fixed at https://github.com/cocos2d/cocos2d-x/pull/5070
Please test again. Thanks.