[Idle-dev] idle -h etc

Grégoire Dooms dooms at info.ucl.ac.be
Wed Jun 15 09:42:32 CEST 2005


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





More information about the IDLE-dev mailing list