【问题标题】:WebStorm stops on wrong file when debugging a Node.js application调试 Node.js 应用程序时,WebStorm 在错误的文件上停止
【发布时间】:2015-11-29 11:36:52
【问题描述】:

我正在尝试调试在远程服务器(在我的本地网络上)上运行的 Node.js 应用程序。节点使用--debug=7000 运行,WebStorm 可以毫无问题地连接到它。

我的应用依赖于几个 Node.js 模块,其中一些包含index.js 文件,以及我的应用。

当我在我的应用程序的index.js 中设置断点时(我的意思是:我编写的文件,而不是模块内部的文件),WebStorm 不会停止在它上面,而是在 每个index.js 上停止 在我之前执行,非常(非常)烦人......

有人遇到过同样的问题吗?有人找到解决方案了吗?

非常感谢!

【问题讨论】:

  • 什么版本的 WebStorm? WebStorm 6 曾经对我这样做,但升级到 7 解决了它。
  • 我正在使用 WebStorm 10.0.4...

标签: javascript node.js webstorm remote-debugging


【解决方案1】:

已知bug,请关注WEB-12265获取更新

【讨论】:

  • 谢谢!有没有机会尽快修好?
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2013-11-03
  • 2019-06-29
  • 1970-01-01
  • 2018-11-24
  • 2014-03-06
  • 1970-01-01
  • 2017-12-11
相关资源
最近更新 更多