无法使用chrome inspector为nodejs拍摄堆快照

问题描述 投票:0回答:1

我使用node --inspect=0.0.0.0:9229 app.js在远程Kubernetes集群中运行我的nodejs 8.9.4应用程序(不是服务器)。然后,我在计算机上移植9229。最后,我访问了chrome inspector,可以看到我的源代码。我尝试使用--inspect-brk运行,并且成功调试了我的应用程序。但我无法拍摄堆快照:该按钮已禁用。我不明白为什么。Disabled take snapshot button

node.js kubernetes heap-memory remote-debugging portforwarding
1个回答
0
投票

我的建议是:

  1. 将chrome更新到最新版本并重新启动(下载Chrome Canary也是一件好事]

  2. 重新启动节点

  3. 打开chrome:// inspect,并添加localhost:端口号-9229 update connection in chrome

[看看:debugging-nodejsmemory-leaks-nodejs

© www.soinside.com 2019 - 2024. All rights reserved.