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

ptvsd release v4.2.4

Compare
Choose a tag to compare
@karthiknadig karthiknadig released this 19 Feb 18:42
· 426 commits to master since this release

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