Skip to content

Releases: microsoft/debugpy

debugpy v1.8.21

Choose a tag to compare

@StellaHuang95 StellaHuang95 released this 01 Jun 19:55
858b05c

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

Choose a tag to compare

@rchiodo rchiodo released this 29 Jan 23:16
7ac3d1f

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

Choose a tag to compare

@rchiodo rchiodo released this 15 Dec 22:01
698499e

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

debugpy v1.8.18

Choose a tag to compare

@rchiodo rchiodo released this 10 Dec 21:20
e5017d7

debugpy v1.8.17

Choose a tag to compare

@rchiodo rchiodo released this 24 Nov 21:32
6cbdf87

debugpy v1.8.16

Choose a tag to compare

@rchiodo rchiodo released this 06 Aug 18:07
b00a812

debugpy v1.8.15

Choose a tag to compare

@rchiodo rchiodo released this 15 Jul 16:55
ea1dd9a

debugpy v1.8.14

Choose a tag to compare

@rchiodo rchiodo released this 10 Apr 20:01
8b5b84a

Fixes for:

  • binskim warnings on linux
  • support for posix_spawnp

debugpy v1.8.13

Choose a tag to compare

@rchiodo rchiodo released this 05 Mar 17:27
96de437

Fixes:

debugpy v1.8.12

Choose a tag to compare

@rchiodo rchiodo released this 16 Jan 17:35
40a471e

Fixes for: