drop into the interpreter

Fernando Perez fperez528 at yahoo.com
Thu Aug 12 17:04:07 EDT 2004


Hoang Do wrote:

> is there a facility to inspect the run-time of a python script?
> Essentially, it would execute a script to a set specific point and then drop
> into the interpreter.  Something like a "Stop" or "Break"?

ipython has a mode designed specifically for this:

http://ipython.scipy.org/doc/manual/node9.html

Best,

f



More information about the Python-list mailing list