This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Releases: microsoft/ptvsd
Releases · microsoft/ptvsd
ptvsd release v5.0.0a2
Fix windows build path
ptvsd release v4.3.2
Bug Fix:
- Fixes crash when using python 3.7.4. #1688
ptvsd release v5.0.0a1
Enhancements:
- Out-of-proc debug adapter.
ptvsd release v4.3.1
ptvsd release v4.3.0
Enhancements:
- Support for Jupyter debugging
- Support for ipython cells
- API to enable and disable tracing via
ptvsd.tracing
ptvsd.enable_attach
accepts address=('localhost', 0) and returns server port
Bug fixes:
- Fix patching arguments while debugging sub-porcesses. #1548
- Fix occasional
NoneType
error in pydevd. #1581 - Fix missing
source
information insetbreakpoints
response. #1600 - Stepping in multi-threaded case should continue other threads. #1372 .
- Debugger will show a warning if breakpoint is set in filtered out code. #1298
- Support attach to pid with Python 3.7. #846
- Fix an issue with attach to process via pid on Linux. #863
ptvsd release v4.3.0b2
ptvsd release v4.3.0b1
Enhancements:
- Support for Jupyter debugging
- Support for ipython cells
- API to enable and disable tracing via
ptvsd.tracing
ptvsd.enable_attach
accepts address=('localhost', 0) and returns server port
Bug Fixes:
- Support attach to pid with Python 3.7. #846
- Fix an issue with attach to process via pid on Linux. #863
Thanks:
- @SamB for updating the docs.
ptvsd release v4.2.11b1
ptvsd release v4.2.10
ptvsd release v4.2.10b1
Remove ptvsd.debugger.run()