[issue14751] Pdb does not stop at a breakpoint

2012-05-13 Thread Xavier de Gaye
Xavier de Gaye added the comment: Uploaded pdb_default_2.patch that corrects the initial patch: the trace function must be set in all frames whose co_filename is the breakpoint file name and not just the first frame of this set. -- Added file: http://bugs.python.org/file25561/pdb_defaul

[issue14751] Pdb does not stop at a breakpoint

2012-05-08 Thread Xavier de Gaye
New submission from Xavier de Gaye : When a breakpoint is set in one of the frames of the frame stack, Pdb may not stop at that breakpoint when the frame does not have a trace function. This problem is closely related to issue 13183 and issue 14728. The following scenario demonstrates this proble