首页
科技
登录
6mi
u
盘
搜
搜 索
科技
2020-10-03
2020-10-03
科技
2022-07-12
111
VScode 出现Timed out waiting for launcher to connet错误
解决方案为:在launch.json文件中把configurations改为如下。
"configurations": [ { "name": "Python: Debug Console", "type": "python", "request": "launch", "program": "${file}", "console": "internalConsole" } ]
转载请注明原文地址:https://blackberry.8miu.com/read-3775.html
最新回复
(
0
)