This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
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