-
The Do we, poor souls like me, have any way to run a debugger session with an older version of Any help or idea to workaround this mess will be much appreciated. 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Installing the |
Beta Was this translation helpful? Give feedback.
-
You could do a remote connection to a running process that's using an older version of debugpy. See https://code.visualstudio.com/docs/python/debugging for instructions on how to do that. You would want to use https://pypi.org/project/debugpy/1.5.1/ on the remote side as that's the last debugpy version with Python 2 support. And I do want to acknowledge we understand that unfortunately not everyone is off of Python 2 yet. But in order to fix some long-standing bugs in debugpy, that team needed to be able to move on beyond Python 2 and over 2 years passed upstream EOL was about as long as the team could stand to hold out. |
Beta Was this translation helpful? Give feedback.
Installing the
v2022.2.1924087327
version ofvscode-python
from "Install Another Version..." on the extension sidebar menu did the job for now.