Skip to content

Bring back Python 3.6 debugging support by breaking debugging out into its own extension #19559

@brettcannon

Description

@brettcannon

By making debugging a separate extension we can do an initial release using debugpy 1.5 which will work all the way back to Python 2.7, and then immediately do another release using debugpy 1.6. That way people who need debugging support for older Python versions can pin the debugging extension version but leave the Python extension alone to get newer feature support (if it works with the old version of Python that they are running).

Metadata

Metadata

Labels

area-debuggingcommunity askFeature request that the community expressed interest infeature-requestRequest for new features or functionalityneeds spikeLabel for issues that need investigation before they can be worked on.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions