[issue24160] Pdb sometimes raises exception when trying to remove a breakpoint defined in a different debugger session

Tal Einat report at bugs.python.org
Thu Nov 5 06:39:24 EST 2020


Tal Einat <taleinat+python at gmail.com> added the comment:

Irit, I like the approach of your PR for an immediate fix, that we could consider backporting.

In the long term, ISTM that we should refactor to store the breakpoints with only a single source of truth, and avoid the duplication between Breakpoint.bplist, Breakpoint.bpbynumber and Bdb.breaks.

----------
nosy: +taleinat

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue24160>
_______________________________________


More information about the Python-bugs-list mailing list