IDLE history, Python IDE, and Interactive Python with Vim

Steve Holden steve at holdenweb.com
Thu Feb 3 07:36:11 EST 2005


Ashot wrote:

> WingIDE looks nice though, and it seems that the interactive shell is  
> built in from the screenshots.  Can you run a program to a certain 
> point  break point and use the shell?
> 
Indeed you can - there's an interpreter available that executes in the 
context of the current stack frame when you reach a breakpoint. It's a 
great way to find out what's going on.

[But don't I remember that IDLE can do that too? ...]

regards
  Steve
-- 
Meet the Python developers and your c.l.py favorites March 23-25
Come to PyCon DC 2005                      http://www.pycon.org/
Steve Holden                           http://www.holdenweb.com/



More information about the Python-list mailing list