drop into the interpreter

"Martin v. Löwis" martin at v.loewis.de
Thu Aug 12 16:11:15 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"?

Not exactly that, but code.InteractiveConsole comes *very* close.

Regards,
Martin



More information about the Python-list mailing list