[issue42743] pdb vanishing breakpoints

2021-01-24 Thread Irit Katriel
Irit Katriel added the comment: Daniel, can you provide a recipe to reproduce what you are seeing? There are different ways to enter pdb, and different ways to set breakpoints. If you provide accurate instructions it will help to be sure that the issue has indeed been fixed. -- comp

[issue42743] pdb vanishing breakpoints

2020-12-25 Thread Daniel Schreck
New submission from Daniel Schreck : 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 r