gpt4 book ai didi

visual-studio-code - Deno 应用程序的 Vscode 调试错误 : Could not connect to debug target at

转载 作者:行者123 更新时间:2023-12-04 08:17:40 25 4
gpt4 key购买 nike

我正在关注 Pluralsight(Deno:入门)的 deno 类(class)。我在调试模块上。当我尝试启动调试器时,我在 vscode 上收到此错误消息:
Error processing launch: Error: Could not connect to debug target
这是我的启动设置:

{
"name": "Launch Deno",
"request": "launch",
"type": "pwa-node",
"program": "affiliate_data_server.ts",
"cwd": "${workspaceFolder}",
"runtimeExecutable": "deno",
"runtimeArgs": [
"run",
"--inspect",
"--allow-all"
],
"attachSimplePort": 8888
},
调试控制台仅提供以下输出: C:\Users\kara\.deno\bin\deno.exe run --inspect --allow-all affiliate_data_server.ts有时,当我单击取消时,应用程序仍在监听端口,因此我必须手动终止该进程。
当我尝试此配置时;
{
"name": "Node Deno",
"type": "node",
"request": "launch",
"cwd": "${workspaceFolder}",
"runtimeExecutable": "deno",
"runtimeArgs": ["run", "--inspect", "-A", "affiliate_data_server.ts"],
"port": 9229
},
它启动服务器,但断点不起作用。
解决方案是什么?

最佳答案

我已经通过将 Deno 降级到版本 1.6.1 解决了这个问题

deno upgrade --version 1.6.1
来源: Github

关于visual-studio-code - Deno 应用程序的 Vscode 调试错误 : Could not connect to debug target at,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65644813/

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