Releases: microsoft/ptvsd
Releases · microsoft/ptvsd
ptvsd release v4.2.9
Bug Fixes:
- Fix warning shown in python 3.8. #1374
- Fix hang when editing dictionary values in VS. #1385
ptvsd release v4.2.9b
Bug Fixes:
- Fix warning shown in python 3.8. #1374
- Fix hang when editing dictionary values in VS. #1385
ptvsd release v4.2.8
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
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
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
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
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
Fix issues with django and jinja2 exceptions with just-my-code turned…
ptvsd pre-release v4.2.5b1
Fix attach() and enable_attach() with log_dir=, and add tests for var…
ptvsd release v4.2.4
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