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

ptvsd release v4.2.7

Compare
Choose a tag to compare
@karthiknadig karthiknadig released this 08 Apr 17:04
· 362 commits to master since this release
87349f0

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