after installing Windows updates today, debugging is not working anymore.
This is my active debug configuration:
"launch": {
"version": "0.2.0",
"configurations": [
{
"name": "DEBUG CURR",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "internalConsole",
"justMyCode": false,
"stopOnEntry": false,
}...
When I start the debugger, the menu pops up briefly for 1-2 seconds. But then it closes. There is no output in the console.
It does not stop at set breakpoints.
Does anybody have the same problem? Is there a solution?
Installed VSCode extensions:
It's an issue with the latest Python Extension for VSCode.
Downgrading the python extension to v2021.12.1559732655 fixes the problem.

I've had the same issue with the python plugin v2022.20.2
Going back to 2022.8.1 resolved it for me as well.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With