This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ds2606
Recipients ds2606
Date 2020-12-25.17:02:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608915736.39.0.746707238377.issue42743@roundup.psfhosted.org>
In-reply-to
Content
Using pdb, breakpoints disappear when stepping into a function in another module. They're not hit from then on. HOWEVER, if any new breakpoint is entered, all the breakpoints reappear. They vanish every time the debugger steps across the module, and only reappear with a new breakpoint entry. Behavior is reproducible.
History
Date User Action Args
2020-12-25 17:02:16ds2606setrecipients: + ds2606
2020-12-25 17:02:16ds2606setmessageid: <1608915736.39.0.746707238377.issue42743@roundup.psfhosted.org>
2020-12-25 17:02:16ds2606linkissue42743 messages
2020-12-25 17:02:16ds2606create