tag:github.com,2008:https://github.com/profLewis/debugpy/releases Release notes from debugpy 2025-07-08T17:47:47Z tag:github.com,2008:Repository/1021100447/v1.8.15 2025-07-08T17:47:47Z v1.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> jborean93 tag:github.com,2008:Repository/1021100447/v1.8.14 2025-04-10T18:38:49Z v1.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> rchiodo tag:github.com,2008:Repository/1021100447/v1.8.13 2025-03-05T00:04:14Z v1.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> rchiodo tag:github.com,2008:Repository/1021100447/v1.8.12 2025-01-15T17:42:03Z v1.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> rchiodo tag:github.com,2008:Repository/1021100447/v1.8.11 2024-12-12T22:28:51Z v1.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> AdamYoblick tag:github.com,2008:Repository/1021100447/v1.8.10 2024-12-06T22:48:58Z v1.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> lukejriddle tag:github.com,2008:Repository/1021100447/v1.8.9 2024-11-18T17:50:34Z v1.8.9: Subrepo command wasn't checked in correctly (#1737) <ul> <li> <p>Remove subrepo</p> </li> <li> <p>Fix subrepo</p> </li> </ul> rchiodo tag:github.com,2008:Repository/1021100447/v1.8.8 2024-11-07T23:11:48Z v1.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> rchiodo tag:github.com,2008:Repository/1021100447/v1.8.7 2024-10-10T16:03:34Z v1.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> rchiodo tag:github.com,2008:Repository/1021100447/v1.8.6 2024-09-24T16:55:36Z v1.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