我刚尝试在Windows机器上的WebStorm 2016.3中设置react native调试器。我完全按照他们的blog进行了设置。
但是,当我从Android模拟器启用远程调试时,WebStorm控制台会抛出此错误:
[intellij] [Warning] Couldn't import script at <http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=true&minify=false>.
Debugging won't work: Try reloading the JS from inside the app, or Reconnect the debugger: Cannot GET /json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2......
如果我将Chrome的devtools作为调试器连接,我没有任何问题,但在IDE中安装调试器真的很不错。
这个错误意味着什么?如何让WebStorm中的本地调试器工作?
答案 0 :(得分:1)
之前我使用的是节点7.3.0,我遇到了与WebStorm相同的问题。 现在,我安装了节点7.3.0的节点6.9.3,问题已经解决了。