microsoft / debugpy

An implementation of the Debug Adapter Protocol for Python

Home Page:https://pypi.org/project/debugpy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RFE: unvendor `pydevd` module or update it to latest version

kloczek opened this issue · comments

Looks like pydevd is well maintained and has regilar new releases.
Is it any reason why this module is bundled in debugpy tree?

I believe the reason it's bundled is so we can ship debugpy with Visual Studio and VS code without having the user install any packages. @karthiknadiq or @int19h may know more.

Transferring this to a discussion.