-
-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support debugging 3.13 #291
Comments
Yeah, new versions always need work as the debugger needs to work around a bunch of internal things in CPython... I'm not sure when I'll be able to tackle this, so, if you'd like to give it a go that'd be nice (it'd be nice to have that other PR: #290 in first though). As a note, I'd suggest you start from the Reasons:
|
I'd love to finish this but we're facing pressure to get something working ASAP. I'm about halfway done with your comments but we'll likely have to fix debugpy before I can go back to working on that PR :( |
3.13 changes weren't very involved. I'm back to working on the other PR. Once that goes through I'll send another update for 3.13 :) |
There's been some changes in CPython, which seems to make Pydevd not able to debug:
python/cpython@33da0e8#diff-b250d3d0e0d909784a67083e9069ce507513a67e8514a011e2f364027e25e0b0
I didn't go much farther than that, so there might be other internals that would have to change.
The text was updated successfully, but these errors were encountered: