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.9

02 May 20:15
5b50869
Compare
Choose a tag to compare

Bug Fixes:

  • Fix warning shown in python 3.8. #1374
  • Fix hang when editing dictionary values in VS. #1385

ptvsd release v4.2.9b

02 May 22:54
6292fa8
Compare
Choose a tag to compare
ptvsd release v4.2.9b Pre-release
Pre-release

Bug Fixes:

  • Fix warning shown in python 3.8. #1374
  • Fix hang when editing dictionary values in VS. #1385

ptvsd release v4.2.8

18 Apr 03:30
1100aec
Compare
Choose a tag to compare

Bug fixes:

  • Path mapping bug fixes. #1311, #1325
  • Fix for hang when using debug console. #1326
  • Fix for set next statement. #1358
  • Fix for multi-threading. #1361

ptvsd release v4.2.8b1

17 Apr 02:40
Compare
Choose a tag to compare
Pre-release

Bug fixes:

  • Path mapping bug fixes. #1311, #1325
  • Fix for hang when using debug console. #1326
  • Fix for set next statement. #1358
  • Fix for multi-threading. #1361

ptvsd release v4.2.7

08 Apr 17:04
87349f0
Compare
Choose a tag to compare

Enhancements:

  • Add setting to limit number of lines in stack for exception details. #582

Bug Fixes:

  • Various fixes for django templates. #1276, #1289, #1294
  • Fix for module name conflict while debugging with -m. #1307

Community contributed bug fixes:

  • Don't fail in DictResolver when there are more items than MAX_ITEMS_TO_HANDLE. #1301 by @baek9
  • Fix single quote issue during process attach. by @martinRenou

ptvsd release v4.2.6

02 Apr 00:30
Compare
Choose a tag to compare

Bug fixes:

  • Fix issue with expanding variables in watch window and hover. #1277, #1273
  • Fix issue with launching a sub-module. #1272

ptvsd release v4.2.5

25 Mar 17:28
957b010
Compare
Choose a tag to compare

Enhancements:

  • Set Next Statement. #18
  • Provide option to enable logging. #890

Bug Fixes:

  • Subprocess arguments incorrectly escaped. #1227
  • Fix issues with django and jinja2 exceptions. #694, #1181
  • Detaching sometimes throws ValueError. #1165
  • StackTrace request respecting just-my-code. #1187
  • Don't give error redirecting output with pythonw. #1023
  • Fix for stop on entry issue. #1159

ptvsd pre-release v4.2.5b2

19 Mar 18:19
Compare
Choose a tag to compare
Pre-release
Fix issues with django and jinja2 exceptions with just-my-code turned…

… on. Fixes #1181 (#1243)

* Fix issues with django and jinja2 exceptions with just-my-code turned on. Fixes #1181

* Modules don't have __qualname__.

* Fix test to do a step out.

* Fix test for Jython.

ptvsd pre-release v4.2.5b1

05 Mar 23:39
Compare
Choose a tag to compare
Pre-release
Fix attach() and enable_attach() with log_dir=, and add tests for var…

…ious ways to enable logging.

ptvsd release v4.2.4

19 Feb 18:42
Compare
Choose a tag to compare

Enhancements:

  • Validate breakpoint targets. #206
  • Exclude files from being debugged. #997
  • Provide a public API to register threads not created by Python for debugging. #1009

Bug Fixes:

  • BreakOnSystemExitZero debug option is not respected. #841
  • Increase max IO message size. #975
  • Breakpoint are not hit when debugger is attached to remote target. #1093
  • Fix issue with subprocess when --multiprocess flag is used. #1152