美文网首页
vscode python3.6 debug 无法工作, 没有响

vscode python3.6 debug 无法工作, 没有响

作者: 虚心的锄头 | 来源:发表于2022-08-04 15:08 被阅读0次

最近当我试图使用vscode调试python时发现, 使用debug模式没有任何反应, 不能进入debug调试!
经过查询,原来vscode的python扩展放弃了对python3.6版本的支持, 根据GitHub
https://github.com/microsoft/vscode-python/issues/19427 问题提示, 将python扩展调整到 2022.8.* 即可!

1 点击卸载旁边的箭头按钮, 选择安装另一个版本

点击卸载旁边的箭头按钮, 选择安装另一个版本

2 选择 2022.8.1 版本安装

选择 2022.8.1 版本安装

4 重启vscode即可

相关文章

网友评论

      本文标题:vscode python3.6 debug 无法工作, 没有响

      本文链接:https://www.haomeiwen.com/subject/gfiywrtx.html