Skip to content

Releases: microsoft/debugpy

debugpy v1.8.21

01 Jun 19:55
858b05c

Choose a tag to compare

Fixes for:

  • Return evaluate result in DAP response body instead of writing to stdout: #2027
  • Prevent invalid scopes request from crashing debug session: #2026
  • Skip uninitialized __slots__ in variable resolver: #2024
  • Handle -c arguments that are bytes instead of str: #2021
  • Fix evaluation of variables from chained exception frames: #2018
  • ContinueRequest with a specific threadId no longer resumes all threads (in-process adapter): #2012
  • Avoid strong reference to exceptions during unwind: #2008
  • Show error message on evaluate failures in the hover context: #2006
  • Display dlerror output when dlopen fails: #2000
  • Replace removed pkgutil.get_loader with importlib.util.find_spec in get_fullname: #1998

Enhancements:

  • Add option to ignore all system exit codes: #2017
  • Pull changes from pydevd up to March 2026: #2010

Infrastructure work:

  • Suppress Flawfinder false positives on Cython memcpy / read-loop iterators (TSA #2816216, #2816217, #2816218, #2816219, #2816220): #2028, #2029, #2030, #2031, #2032

Thanks to @maxbachmann, @mfussenegger, and @sambrightman for the commits.

debugpy v1.8.20

29 Jan 23:16
7ac3d1f

Choose a tag to compare

Fixes for:

  • annotate in 3.14 causing exceptions: #1971

Enhancements:

  • Use remote_exec if available: c7e86a1
  • Support more architectures: 1bbecdf

Infrastructure work:

  • Support devcontainers for development: 7dbc229

Thanks to @rameshvarun, @Xeonacid, and @pdepetro for the commits

debugpy v1.8.19

15 Dec 22:01
698499e

Choose a tag to compare

More fixes for #1980. Spaces in python files are handled now too.

debugpy v1.8.18

10 Dec 21:20
e5017d7

Choose a tag to compare

debugpy v1.8.17

24 Nov 21:32
6cbdf87

Choose a tag to compare

debugpy v1.8.16

06 Aug 18:07
b00a812

Choose a tag to compare

debugpy v1.8.15

15 Jul 16:55
ea1dd9a

Choose a tag to compare

debugpy v1.8.14

10 Apr 20:01
8b5b84a

Choose a tag to compare

Fixes for:

  • binskim warnings on linux
  • support for posix_spawnp

debugpy v1.8.13

05 Mar 17:27
96de437

Choose a tag to compare

debugpy v1.8.12

16 Jan 17:35
40a471e

Choose a tag to compare