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

Python 3.10 support #3

Open
axelande opened this issue Nov 13, 2022 · 1 comment
Open

Python 3.10 support #3

axelande opened this issue Nov 13, 2022 · 1 comment

Comments

@axelande
Copy link

It would be nice to see a followup using VS2022 and Python3.10, especially if Python is running via a venv.

@flexorx
Copy link

flexorx commented Dec 7, 2022

I was trying out this example https://devblogs.microsoft.com/python/embedding-python-in-a-cpp-project-with-visual-studio/ and figured that, while Python debugging works in VS-2017, it appears to be very broken in VS-2022. First of all, on a brand new installation for VS-2022, you don't find Python/Native Debugging anymore. To bring it back, you have to do what compiler was supposed to do for you — copy files around, as described here (May 2022): https://learn.microsoft.com/en-us/answers/questions/860222/the-option-34pythonnative-debugging34-is-missing-f.html.

But then the integration starts to work, while the breakpoints stopped hitting in Python/Native Debugging Mode. The Python symbols are loaded, but the breakpoints in ai.py stop hitting.

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

No branches or pull requests

2 participants