gpt4 book ai didi

node.js - 错误 : Cannot connect to runtime; make sure that runtime is in 'legacy' debug mode

转载 作者:搜寻专家 更新时间:2023-10-31 22:42:52 25 4
gpt4 key购买 nike

我在尝试使用 Visual Studio Code 调试 Node.js 脚本时看到了上面的内容。

我的 launch.json 看起来像

{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",
"name": "Attach to Process",
"protocol": "legacy",
"processId": "${command:PickProcess}"
}
]
}

无论我是否放置 "protocol": "legacy", 行,我都会得到与上面完全相同的错误。我的环境系统:OSX Node :v8.6.0VSC:1.17.2另外,我使用 PM2 运行 Node 脚本。

任何建议将不胜感激

最佳答案

Node v8.6 不支持“传统”协议(protocol)。您应该使用“检查员”协议(protocol)。

关于node.js - 错误 : Cannot connect to runtime; make sure that runtime is in 'legacy' debug mode,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46894480/

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