Part of what project is pydevd?
Is it part of PyCharm or an external project?
pycharm-debug.egg/EGG-INFO/PKG-INFO gives JetBrains as the author but I seem to recall that PyDev's debugger is called the same...
pycharm-debug.egg/EGG-INFO/PKG-INFO gives JetBrains as the author but I seem to recall that PyDev's debugger is called the same...
2 条评论
排序方式
日期
投票数
That is the part of the PyCharm which was initially based on Pydev.
For completeness – source code of pydevd can be found at https://github.com/fabioz/PyDev.Debugger
请先登录再写评论。