cocos2d / cocos2d-x

Cocos2d-x is a suite of open-source, cross-platform, game-development tools utilized by millions of developers across the globe. Its core has evolved to serve as the foundation for Cocos Creator 1.x & 2.x.
https://www.cocos.com/en/cocos2d-x
18.24k stars 7.06k forks source link

Remote debug always cause crash after connected. #19232

Open liuyi opened 5 years ago

liuyi commented 5 years ago

Steps to Reproduce:

  1. Run any cocos2dx(js) project in Iphone simulator.
  2. Firefox(63) remote connect (localhost:5086) -> app crashed.
  3. Firefox(49.0) remote connect (localhost:5086) -> app crashed.
  4. Visual Studio Code remote connect (localhost:5086) -> app crashed.

crash at:ScriptingCore::debugProcessInput

see screenshot at below: image

Can somebody know how to fix it?

loohoo commented 5 years ago

me too.

largeoliu commented 4 years ago

me too.