tracing execution

Alex Martelli aleax at aleax.it
Wed Feb 26 05:45:16 EST 2003


Mathias Koerber wrote:

> other than trace.py, is there any way to have the execution of a python
> program shown (on tty or into a file) for debugging purposes? (like with
> the perl debugger's 't' command).  I am using python 2.1.1

Well, you could duplicate trace.py's functionality yourself -- that's
what sys.settrace is for.  But what's wrong with trace.py?


Alex





More information about the Python-list mailing list