We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd3171 commit 759f06cCopy full SHA for 759f06c
1 file changed
Misc/NEWS.d/next/Library/2025-11-25-16-00-29.gh-issue-59000.YtOyJy.rst
@@ -1,6 +1 @@
1
-Fix breakpoint resolution for class methods when the module is not imported.
2
-When setting a breakpoint such as ``break C.foo`` while the module that
3
-defines ``C`` has not yet been imported, ``pdb`` could previously resolve
4
-and bind the top‑level function ``foo`` incorrectly. This change ensures
5
-that unresolved class-attribute breakpoints raise a ``"not found"`` error
6
-instead of registering an incorrect target.
+Fix :mod:`pdb` breakpoint resolution for class methods when the module defining the class is not imported.
0 commit comments