Skip to content

Support debugging Python using the new Python Debugger extension#4286

Merged
bwateratmsft merged 6 commits intomainfrom
bmw/debugpyext
Apr 24, 2024
Merged

Support debugging Python using the new Python Debugger extension#4286
bwateratmsft merged 6 commits intomainfrom
bmw/debugpyext

Conversation

@bwateratmsft
Copy link
Collaborator

@bwateratmsft bwateratmsft commented Apr 23, 2024

Closes #4221

Because the core Python extension is going to keep its API, just returning a ms-python.debugpy path, we do not need to update anything in the extension helper. The only change needed is to update the debug type that we resolve.

@bwateratmsft bwateratmsft requested a review from a team as a code owner April 23, 2024 15:16
@bwateratmsft bwateratmsft added this to the 1.30.0 milestone Apr 24, 2024
@bwateratmsft bwateratmsft merged commit abd3782 into main Apr 24, 2024
@bwateratmsft bwateratmsft deleted the bmw/debugpyext branch April 24, 2024 14:21
@bwateratmsft bwateratmsft modified the milestones: 1.30.0, 1.29.1 Apr 24, 2024
@microsoft microsoft locked and limited conversation to collaborators Jun 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Do Python debugging through the new Python Debug extension

2 participants