亲测解决vscode的debug用不了、点了没反应

这个问题在小虎登录vscode同步了设置后出现,原因是launch文件被修改或删除。解决方法是重新添加launch。

坏境配置

win11 + vscode

解决方法

Ctrl + shift + P,搜索debug添加配置:
在这里插入图片描述
选择python debugger。
在这里插入图片描述
亲测解决vscode的debug用不了、点了没反应_第1张图片
结果生成了一个文件在当前路径:
亲测解决vscode的debug用不了、点了没反应_第2张图片
launch内容:

{
   
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.

你可能感兴趣的:(系统学习python,VSCode,vscode,ide,编辑器)