节点检查器不会将自身附加到应用程序

时间:2014-10-31 03:56:43

标签: node.js google-chrome vagrant node-inspector node-debugger

我尝试使用以下方法启动node-inspector:

 node-inspector
 node-inspector &

我尝试使用以下方式启动我的应用程序:

 node --debug ./bin/www
 node --debug-brk ./bin/www

我正在从vagrant框中运行该应用程序,我已使用端口3000的端口转发并在我的Windows PC上运行node-inspector。我已尝试禁用所有Chrome扩展程序,I我们已尝试删除并重新安装node-inspector。我尝试将debugger条消息添加到我的文件中。

当我打开node-inspector时,我总是会看到这个窗口,它不会为我设置任何应用程序文件来设置断点。Here is a screenshot node-inspector。

我也尝试过禁用我的防病毒软件(Avast),但这不起作用,我尝试转发端口5858

我尝试启动默认调试器,只是说connecting...

  node debug localhost:5858

我如何理解问题是什么以及如何解决?

1 个答案:

答案 0 :(得分:1)

您还需要将端口5858从您的流浪盒转发到PC。或者,在vagrant中启动node-inspector并转发其Web端口(默认为8080)