gpt4 book ai didi

python - VS Code python 调试器只能工作一次。

转载 作者:行者123 更新时间:2023-11-28 19:05:34 24 4
gpt4 key购买 nike

VS Code 中的调试器只工作一次(使用调试或不调试启动),之后它根本不会启动。然后我必须重新启动 VS Code 并且它可以工作。我在更新到 v1.18.1 后才遇到这个问题。

{
"version": "0.2.0",
"configurations": [
{
"name": "Python",
"type": "python",
"request": "launch",
"stopOnEntry": true,
"pythonPath": "${config:python.pythonPath}",
"program": "${file}",
"cwd": "${workspaceRoot}",
"env": {},
"envFile": "${workspaceRoot}/.env",
"debugOptions": [
"WaitOnAbnormalExit",
"WaitOnNormalExit",
"RedirectOutput"
]
},

最佳答案

我看到了同样的事情。即使是全新安装。这是一个很好的展示塞子,任何指针表示赞赏。

在状态栏中我可以看到 python 仍在运行,除了重新启动 vsc 之外我没有设法停止它。

关于python - VS Code python 调试器只能工作一次。,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47480833/

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