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

ptvsd release v4.2.1

Compare
Choose a tag to compare
@karthiknadig karthiknadig released this 23 Jan 00:49
· 448 commits to master since this release

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