Nachrichten

Same here. My project was working just fine last night. Now debugging doesn't work. When I try to view variables in the debugger, when I click on them, they just loop indefinitely. Removing the ...
在 VS Code 左侧菜单栏的 Run and Debug 中,配置 launch.json文件。或者 ctrl+shift+p,输入 Debug: Add Configuration,根据提示,选择 Python Debugger,随后可以选择 Python File 或 Python File with Arguments 等。