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 v4.2.3

29 Jan 16:27
Compare
Choose a tag to compare
Check that removing breakpoints works properly. #1126 (#1134)

ptvsd release v4.2.2

25 Jan 18:48
Compare
Choose a tag to compare

Bug Fixes:

  • TypeError: on_breakpoints_changed() got an unexpected keyword argument 'remove' #1118
  • KeyError when running self.mpl_modules_for_patching.pop(module) #1041

Note: See release notes for v4.2.1 for additional enhancements and bug fixes in v4.2.2.

ptvsd release v4.2.1

23 Jan 00:49
Compare
Choose a tag to compare

Enhancements:

  • Map '.' in remoteRoot to current working dir. #1110

Bug Fixes:

  • Subprocesses are not killed when stopping the debugger. #503
  • Stacktrace contains xml escaped characters. #948, #981
  • Fix issue launching module with -m. #991
  • Empty stack traces. #1006
  • 'NoneType' object is not callable #987
  • Debug console autocompletion not working #1000
  • Unable to open '': File not found #1077
  • AttributeError: module 'builtins' has no attribute 'interpreter' when you do anything in the debug console #1072
  • Setting breakpoint fails on Python files containing non-ASCII characters #1037
  • Watch window freezes the system when Name contains non-ASCII symbols #874
  • Fix setup.py bdist_wheel to produce proper wheels that don't need further manual tweaks #931
  • Build script and instructiond for for manylinux1 #1102

Note: We did not release wheels for v4.2.1 due to this bug: #1118

ptvsd release v4.2.0

07 Nov 20:37
3216997
Compare
Choose a tag to compare

Enhancements:

  • Support multi-process debugging for spawned processes.
  • Add support for monkey-patching pyside2.

Bug Fixes:

  • Properly deal with handled or unhandled exception in top level frames. #580, #581
  • Use unhandled exception line when creating stack. #814
  • Use SO_EXCLUSIVEADDRUSE on windows while creating socket. #820
  • Check if exit code is none before converting to int. #840
  • Add messages to error responses. #826
  • Make sure that any folder ending with site-packages is considered a library. #854
  • Allow configuring whether the debugger should stop/print errors when there's an exception evaluating a breakpoint condition. #853
  • Treat any code not in site-library as user code. #802
  • Fix to preserve frame and variable ids while stepping. #870 , #907
  • Handle case where no completions are provided by the debugger. #978
  • Set SIO_LOOPBACK_FAST_PATH while creating socket in windows. #912, #949

ptvsd release v4.1.4

18 Oct 18:09
5197e1e
Compare
Choose a tag to compare

Python debugger used in Visual Studio and Visual Studio Code.

Bug fixes:

  • Changes in CLI arguments between versions #896
  • Make --host a required switch #925

ptvsd release v4.1.3

21 Sep 17:46
7b724f8
Compare
Choose a tag to compare

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

ptvsd release v4.1.2

13 Sep 20:36
Compare
Choose a tag to compare

Python debugger used in Visual Studio and Visual Studio Code.

Includes following enhancements:

  • Debug console completions #454
  • Show return values #420
  • Server attach mode has new --wait command line switch #355

Bug fixes:

  • Fixed some non-debug run issues. #796, #745
  • Debugger now sets preserveFocusHint #777
  • Fixed some issues with path mappings #762
  • Fixed and issue with __breakpointhook__ #766
  • Switched to using suspend-all, resume-all commands #732

ptvsd release v4.1.1

22 Aug 17:57
634926b
Compare
Choose a tag to compare

Python debugger used in Visual Studio and Visual Studio Code.

v4.1.1a11: Provide stack trace of uncaught exception on CMD_GET_THREAD_STACK (#6…

02 Aug 17:32
Compare
Choose a tag to compare

v4.1.1a10: Add thread count tests (#668)

17 Jul 18:12
475a2d1
Compare
Choose a tag to compare
* Add thread count tests

* Fix Linter

* Adding sleep to allow thread state to be captured accurately