Al Schapira wrote: >On Thu, 2005-06-09 at 23:11, Kurt B. Kaiser wrote: >... > > >>The one addition to the debugger I would like is the ability to >>execute an arbitrary Python statement in any stack frame at a >>breakpoint. >> >> > >I second the motion. In fact, I suggested this to you in April '04. >... > > >>What other capability do you feel is missing? >> >> > >The above execution of an arbitrary Python statement at a breakpoint can >be interactively typed in (when stopped at a breakpoint.) It should be >convenient to repeat the execution of the previously typed statement >without retyping it. > >Building on this would be the *automatic* evaluation of one or more >previously entered Python statements every time a breakpoint is hit. > > Interresting ... see my patch for pdb at:
http://sourceforge.net/tracker/?group_id=5470&atid=305470&func=detail&aid=790710 It implements breakpoint command lists in pdb with the same interface as in gdb. -- Gr�goire Dooms _______________________________________________ IDLE-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/idle-dev
