microsoft / debugpy

An implementation of the Debug Adapter Protocol for Python
https://pypi.org/project/debugpy/
Other
1.87k stars 138 forks source link

Support 3.13 debugging #1689

Closed rchiodo closed 1 month ago

rchiodo commented 1 month ago

Upon the release of Python 3.13, debugging a 3.13 app doesn't currently work. There are multiple locations where thread internals are different. Pydevd uses these internals, so it needs to be changed to accommodate the changes in CPython.

Our team is currently investigating and working to support this scenario.

rchiodo commented 1 month ago

This just shipped and is available in Pypi. It should be available soon in the debugger extension for VS code.