Override sys.settrace()

Raja rokkamraja at gmail.com
Wed Apr 25 00:51:10 EDT 2007


Hi,
  I want to override the sys.settrace() call, create a way to trace
the execution of a python program. Keep track of all objects created
and destroyed. Keep track of the call pattern throughout the execution
of the program and output a simplified "call graph" to standard out.
Please help me in this regard.

Thank You,




More information about the Python-list mailing list