gpt4 book ai didi

linux - Node 检查器不在 linux 服务器上工作

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:35:56 26 4
gpt4 key购买 nike

我有一个运行 nodejs 和 node-inspector 的 linux (Ubuntu 12.04) 服务器进行调试,但是我无法从另一台运行 windows 的机器访问调试。

这是我得到的:

  • 从适用于 Linux 的 nodejs 站点下载了最新的稳定版本 (v0.10.18)。
  • 然后我 cd 到 $HOME/Downloads/node-v0.10.18-linux-x86/bin
  • 使用 ./npm install -g node-inspector 安装了 node-inspector
  • 使用./node node-inspector启动 Node 检查器
  • 然后我打开另一个选项卡或终端窗口,并在同一目录中以 Debug模式运行我的程序:./node --debug http.js

在同一网络中的另一台机器 (windows) 上,我打开谷歌浏览器并在地址栏中键入:http://192.168.13.175:8080/debug?port=5858

我得到这样的空白屏幕: enter image description here

点击左上角的来源,但没有任何反应。我知道它已连接,因为如果我用 Ctrl+C 终止 node.js,我会立即从 chrome 收到一条消息 Detached from the target

知道发生了什么事吗? Windows 上的防火墙已经关闭,两台机器都可以通过 ping 测试看到对方。一个是 192.168.13.175,另一个是 192.168.13.56

最佳答案

Debugging nodes src/http.js with node-inspector您可以尝试放置一个断点并像 ./node --debug-brk http.js 一样使用它

关于linux - Node 检查器不在 linux 服务器上工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19027463/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com