I'm using VSCode v1.69.0. My OS is MacOS v10.15.7 (Catalina).
I have a Python code that I'm usually debugging with VSCode Python debugger (using the launch.json file).
For no apparent reason the debugger recently stopped working, i.e. when I click on "Run Debug", the debug icons (stop, resume, step over etc.) show up for 1 second, then disappear and nothing else happens. There is no error message in the terminal or anything (no command is launched apparently).
I tried to uninstall VSCode and reinstall it => no success. I deleted the Python extension in /userprofile/.vscode/extensions and then reinstalled it (both the current v2022.10.1 and pre-release v2022.11.12011103) => no success.
The python program runs properly on another IDE.
Any idea?
1 Answer 1
If you are using python3.6 version then latest version of debugger no longer supports it.
You can use the historical version 2022.08.*. Or use a new python version.
2 Comments
Explore related questions
See similar questions with these tags.