Skip to content

Releases: microsoft/debugpy

debugpy v1.6.6

23 Jan 19:31
Compare
Choose a tag to compare

Disable optimization causing issues when debugging Python 3.10 and 3.11.

debugpy v1.6.5

05 Jan 22:50
Compare
Choose a tag to compare

debugpy v1.6.4

29 Nov 05:33
Compare
Choose a tag to compare

debugpy v1.6.3

15 Aug 23:24
Compare
Choose a tag to compare

Fixes: #869, #973, #987, #995, #1008

Improvements: #951, #1001

debugpy v1.6.2

07 Jul 21:10
Compare
Choose a tag to compare

Fixes unintentional breaking change in public API in debugpy 1.6.1 (#975).

Other fixes: #969

debugpy v1.6.1

06 Jul 18:43
Compare
Choose a tag to compare

debugpy API now has type annotations.

Optimizations based on frame evaluation API are re-enabled by default.

Other improvements: #743, #774, #893, #945

Bug fixes: #705, #731, #861, #865, #882, #889, #896, #915, #921, #928, #934

debugpy v1.6.0

24 Mar 21:45
Compare
Choose a tag to compare

Python 3.6 and below is no longer supported. Python 2 is no longer supported at all.

Improvements: #170, #202, #213, #515, #678, #790, #800

Bug fixes: #770, #812, #815, #827, #837, #844, #854, #858

debugpy v1.5.1

18 Oct 20:10
Compare
Choose a tag to compare

Bug fixes: #742, #751, #754.

debugpy v1.5.0

04 Oct 19:10
Compare
Choose a tag to compare

What's Changed

Python 3.10 is now fully supported.

Bug fixes: #699, #724, #716, #721

debugpy v1.4.3

09 Sep 18:00
Compare
Choose a tag to compare

Initial (incomplete) support for Python 3.10rc.

Bug fixes: #155, #545, #579, #680