Try the "pdb" module--the python debugger.

>From the virtual desk of Lowell Tackett  


--- On Fri, 10/16/09, Serdar Tumgoren <zstumgo...@gmail.com> wrote:

From: Serdar Tumgoren <zstumgo...@gmail.com>
Subject: [Tutor] way to see code execution in real-time?
To: "Python Tutor" <Tutor@python.org>
Date: Friday, October 16, 2009, 9:53 AM

Hello everybody,

I was wondering -- is there a way to "watch" a program execute by
piping a report of its actions to standard output or to a file?
Basically, I'd like to see the order that functions/methods are
executing as they happen, along with how long each one takes.

Is this something cProfile would do, or is there another tool built
for that purpose?

Thanks!
Serdar
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor



      
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to