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

Releases: microsoft/ptvsd

ptvsd release v5.0.0a2

14 Aug 17:47
2781f71
Compare
Choose a tag to compare
Pre-release
Fix windows build path

ptvsd release v4.3.2

13 Aug 19:29
Compare
Choose a tag to compare

Bug Fix:

  • Fixes crash when using python 3.7.4. #1688

ptvsd release v5.0.0a1

14 Aug 07:56
Compare
Choose a tag to compare
Pre-release

Enhancements:

  • Out-of-proc debug adapter.

ptvsd release v4.3.1

12 Aug 18:24
Compare
Choose a tag to compare

Bug fixes:

  • Fix an issue with Jump to cursor command. #1667
  • Fix "Unable to find threadStateIndex for the current thread" message in terminal. #1587

ptvsd release v4.3.0

26 Jul 17:52
7ceda11
Compare
Choose a tag to compare

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 in setbreakpoints 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

17 Jul 20:56
0e173e9
Compare
Choose a tag to compare
Pre-release

Bug fixes:

  • Fix patching arguments while debugging sub-porcesses. #1548
  • Fix occasional NoneType error in pydevd. #1581
  • Fix missing source information in setbreakpoints response. #1600

ptvsd release v4.3.0b1

10 Jul 20:18
Compare
Choose a tag to compare
Pre-release

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

14 Jun 00:11
59ef763
Compare
Choose a tag to compare
Pre-release

Bug Fixes:

  • Stepping in multi-threaded case should continue other threads. #1372 .
  • Debugger will show a warning if breakpoint is set in filtered out code. #1298

ptvsd release v4.2.10

22 May 06:38
025c6c2
Compare
Choose a tag to compare

Enhancements:

  • Support for Visual Studio F11/F5. #1387

Bug Fixes:

  • No longer switch off getpass on import. #988
  • Fixes a crash on evaluate request. #1401
  • Fix a issue with running no-debug. #1408
  • Fixes a hang in Visual Studio. #1413
  • Fixes issue with forwarding sys.stdin.read(). #1423
  • Remove sys.prefix form library roots. #1422

ptvsd release v4.2.10b1

21 May 03:30
Compare
Choose a tag to compare
Pre-release
Remove ptvsd.debugger.run()