IDLE history, Python IDE, and Interactive Python with Vim
Steve Holden
steve at holdenweb.com
Thu Feb 3 07:36:11 EST 2005
More information about the Python-list mailing list
Thu Feb 3 07:36:11 EST 2005
- Previous message (by thread): IDLE history, Python IDE, and Interactive Python with Vim
- Next message (by thread): IDLE history, Python IDE, and Interactive Python with Vim
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/
- Previous message (by thread): IDLE history, Python IDE, and Interactive Python with Vim
- Next message (by thread): IDLE history, Python IDE, and Interactive Python with Vim
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list