Error in Python Debugger (debugpy) in VSCode #22838
Unanswered
songsong0425
asked this question in
Q&A
Replies: 4 comments 8 replies
-
Same problem here |
Beta Was this translation helpful? Give feedback.
2 replies
-
So first it was the formatter, now its the debugger... congratulations on completely disabling python development in vscodium. (and no, i will not use your telemetry-ridden version) |
Beta Was this translation helpful? Give feedback.
2 replies
-
I have the extension installed, im still facing the same issue where its not allowing me to debug |
Beta Was this translation helpful? Give feedback.
2 replies
-
reinstall the extension |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, always thank you for your effort.
I'm in trouble using the Python extension in VSCode.
A few minutes ago, I installed the extension with v2024.0.0 and tried to debug the python file.
But I counted the 2 cases of error.
1. "type": "python" in launch.json
It evoked the problem: 'This configuration will be deprecated soon. Please replace
python
withdebugpy
to use the new Python Debugger extension'. I fully understand this error message since the new version of the extension contains automatically the Python Debugger.2. "type": "debugpy" in launch.json
After I changed the type, I saw the other problem: 'The debug type is not recognized. Make sure that you have a corresponding debug extension installed and that it is enabled.' I don't know why this error is evoked since my Python extension version is the latest one.
If anyone knows how to deal with this problem, please let me know.
Thank you for reading!
Beta Was this translation helpful? Give feedback.
All reactions