[issue24160] Pdb sometimes crashes when trying to remove a breakpoint defined in a different debugger sessoon

Irit Katriel report at bugs.python.org
Fri Aug 28 14:40:00 EDT 2020


Irit Katriel <iritkatriel at yahoo.com> added the comment:

I've submitted a patch that I believe fixes this problem. It adds in Bdb's __init__ a call to a function that reads the Breakpoint's 'bplist' and 'bpbynumber' class attributes and populates the new instances' 'breaks' dict.

----------

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


More information about the Python-bugs-list mailing list