Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

ptvsd release v4.1.3

Compare
Choose a tag to compare
@karthiknadig karthiknadig released this 21 Sep 17:46
· 609 commits to master since this release
7b724f8

Python debugger used in Visual Studio and Visual Studio Code.

Includes following enhancements:

  • Attach to process using process id. #200

Bug fixes:

  • Fixed an issue with socket connections on linux. #793
  • Files on network drives can now be debugged. #786, #817
  • Fixed an issue where tab character was replaced with space in debug console. #829
  • Handle connection reset on disconnect #823
  • Fixed an issue with debugging scripts with raw_input #490
  • Fixed incorrect frame issue in VS #752