Pythonwin Trace Collector

Mark Hammond mhammond at skippinet.com.au
Tue Jan 21 23:55:11 EST 2003


dsavitsk wrote:
> Hi all,
> 
> Is there a way to redirect Pythonwin's "Trace Collector Debugging tool" to a
> file, 
Run:
win32traceutil.py > somefile

> or, even better, to subclass the trace collector such that the output
> can be parsed before going to the file?

Nope, but see win32traceutil.py for how you could implement whatever you 
wanted.  It's pretty simple.

Mark.





More information about the Python-list mailing list