Skip to content

Fix the issue where the option "Python/Native Debugging" is missing - #8293

Merged
Stella Huang (StellaHuang95) merged 2 commits into
mainfrom
vsdebuglauncher
Sep 22, 2025
Merged

Fix the issue where the option "Python/Native Debugging" is missing#8293
Stella Huang (StellaHuang95) merged 2 commits into
mainfrom
vsdebuglauncher

Conversation

@StellaHuang95

@StellaHuang95 Stella Huang (StellaHuang95) commented Sep 22, 2025

Copy link
Copy Markdown
Contributor

fixes #8290.

It's caused by the same reason: PTVS is built in dev17 environment but run in dev18 environment. Before msbuild@1 supports dev18 build environment, hardcode the path for now. See #8201 (comment)

@sonarqubecloud

Copy link
Copy Markdown

@StellaHuang95 Stella Huang (StellaHuang95) changed the title Vsdebuglauncher Fix the issue where the option "Python/Native Debugging" is missing Sep 22, 2025
@StellaHuang95

Copy link
Copy Markdown
Contributor Author

@StellaHuang95
Stella Huang (StellaHuang95) marked this pull request as ready for review September 22, 2025 22:48

@rchiodo Rich Chiodo (rchiodo) left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One question, did you create a branch/tag for Dev17 before you started all this Dev18 work?

@StellaHuang95

Copy link
Copy Markdown
Contributor Author

One question, did you create a branch/tag for Dev17 before you started all this Dev18 work?

yes I did, just need Graham or someone who has permission to add branch protection rules.

@StellaHuang95
Stella Huang (StellaHuang95) merged commit 096e98e into main Sep 22, 2025
6 checks passed
@StellaHuang95
Stella Huang (StellaHuang95) deleted the vsdebuglauncher branch September 22, 2025 23:01
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.

The option "Python/Native Debugging" is missing.

2 participants