tag:github.com,2008:https://github.com/profLewis/debugpy/releasesRelease notes from debugpy2025-07-08T17:47:47Ztag:github.com,2008:Repository/1021100447/v1.8.152025-07-08T17:47:47Zv1.8.15: Fix debugger stepping actions in forked process (#1921)<ul>
<li>Fix debugger stepping actions in forked process</li>
</ul>
<p>Fix the debugger stepping state when debugging a process that has been<br>
forked from the main process. The new sys.monitoring mechanism didn't<br>
fully clear the thread local storage after a fork leading to a state<br>
where the forked child process tracked the wrong thread information and<br>
was never updated on the latest continue action.</p>
<ul>
<li>
<p>Add stepping test for forked process</p>
</li>
<li>
<p>Add line ending back in for cleaner diff</p>
</li>
<li>
<p>More formatting reversions</p>
</li>
</ul>jborean93tag:github.com,2008:Repository/1021100447/v1.8.142025-04-10T18:38:49Zv1.8.14<p>Update flags (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2986446433" data-permission-text="Title is private" data-url="https://github.com/microsoft/debugpy/issues/1889" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/debugpy/pull/1889/hovercard" href="https://github.com/microsoft/debugpy/pull/1889">microsoft#1889</a>)</p>rchiodotag:github.com,2008:Repository/1021100447/v1.8.132025-03-05T00:04:14Zv1.8.13: Fix binskim warnings for mac, linux, and pyd files (#1856)<ul>
<li>
<p>Add controlflow guard to linux, mac, and pyd files</p>
</li>
<li>
<p>Fix manylinux too</p>
</li>
<li>
<p>Fix pydevd bits too</p>
</li>
</ul>rchiodotag:github.com,2008:Repository/1021100447/v1.8.122025-01-15T17:42:03Zv1.8.12: Fix matplotlib backend computation (#1811)<ul>
<li>
<p>Fix matplotlib backend computation and problem found with just my code fix</p>
</li>
<li>
<p>Remove extra logging</p>
</li>
</ul>rchiodotag:github.com,2008:Repository/1021100447/v1.8.112024-12-12T22:28:51Zv1.8.11: Merge pull request #1779 from microsoft/remove_bytecode_distinfo<p>Remove bytecode distinfo causing PyPi publish errors and ignore it from now on</p>AdamYoblicktag:github.com,2008:Repository/1021100447/v1.8.102024-12-06T22:48:58Zv1.8.10: Properly update pydevd._settrace.called (#1751)<ul>
<li>
<p>Properly update pydevd._settrace.called</p>
</li>
<li>
<p>Change _settrace.called to _listen.called</p>
</li>
<li>
<p>Remove unnecessary underscore from listen</p>
</li>
<li>
<p>Fix lint issues</p>
</li>
<li>
<p>Update multiple listen test</p>
</li>
</ul>lukejriddletag:github.com,2008:Repository/1021100447/v1.8.92024-11-18T17:50:34Zv1.8.9: Subrepo command wasn't checked in correctly (#1737)<ul>
<li>
<p>Remove subrepo</p>
</li>
<li>
<p>Fix subrepo</p>
</li>
</ul>rchiodotag:github.com,2008:Repository/1021100447/v1.8.82024-11-07T23:11:48Zv1.8.8<p>Remove compiled files (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2636416825" data-permission-text="Title is private" data-url="https://github.com/microsoft/debugpy/issues/1723" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/debugpy/pull/1723/hovercard" href="https://github.com/microsoft/debugpy/pull/1723">microsoft#1723</a>)</p>rchiodotag:github.com,2008:Repository/1021100447/v1.8.72024-10-10T16:03:34Zv1.8.7: Get Python 3.13 to work (#1692)<ul>
<li>
<p>Get debug launch working</p>
</li>
<li>
<p>Turn Cython support back on</p>
</li>
<li>
<p>Fix test failures</p>
</li>
<li>
<p>Fix gevent test to be skipped</p>
</li>
<li>
<p>Missed a version change in pipeline</p>
</li>
<li>
<p>Fix comment</p>
</li>
<li>
<p>Review feedback</p>
</li>
</ul>rchiodotag:github.com,2008:Repository/1021100447/v1.8.62024-09-24T16:55:36Zv1.8.6: Get debug attach to work for 3.12 (#1683)<ul>
<li>
<p>Get debug attach to work for 3.12</p>
</li>
<li>
<p>Skip flakey test and update binaries</p>
</li>
<li>
<p>Fix the skip if to work correctly</p>
</li>
</ul>rchiodo