Skip to content
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

Add support for mixed mode debugging in 3.13 #8070

Merged

Conversation

rchiodo
Copy link
Contributor

@rchiodo rchiodo commented Nov 14, 2024

This gets mixed mode working for 3.13.

I tested using the two examples we have.

Also figured out why I couldn't open files higher up the callstack, the example app actually had the file locked :)

@rchiodo rchiodo requested a review from a team as a code owner November 14, 2024 22:37
Copy link

sonarcloud bot commented Nov 14, 2024

@rchiodo rchiodo merged commit 32dfa77 into microsoft:mixed_mode_310_to_313 Nov 14, 2024
3 checks passed
@rchiodo rchiodo deleted the rchiodo/mixed_mode_313 branch November 14, 2024 22:50
rchiodo added a commit that referenced this pull request Nov 18, 2024
* Support mixed mode for 3.10 (#8050)

* Fix 3.10 thread state

* Add the other versions elsewhere

* Test with native calling python

* Fix 3.10 thread state

* Add the other versions elsewhere

* Test with native calling python

* Add commit where _cframe was created

* Use an environment variable for python install path

* Get 3.11 to work in mixed mode (#8056)

* Fix 3.10 thread state

* Partially working for 3.11

Locals/Globals not being read correctly. They moved

* Basics for 3.11 working

* Fix stuff broken in 3.10 by 3.11 changes

* Fix tabs

* Fix review comments

* Support for 312 mixed mode debugging (#8063)

* Fix 3.10 thread state

* Partially working for 3.11

Locals/Globals not being read correctly. They moved

* Basics for 3.11 working

* Fix stuff broken in 3.10 by 3.11 changes

* Fix tabs

* Get python breakpoints working again

* Partially working for 3.11

Locals/Globals not being read correctly. They moved

* Get python breakpoints working again

* Get longs to work using new 3.12 long implementation

* Compute dynamic parts of the frame like the f_back and the line number

* Update comment

* Add support for mixed mode debugging in 3.13 (#8070)

* Changes for 3.13 Mixed mode debugging

* Fix step out/over

* Fix example to not hold file handle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants