A tcl command logger?
From: Georgios Petasis (petasis_at_iit.demokritos.gr)
Date: 03/24/05
- Next message: grice_at_panamsat.com: "Re: Is there a TK code gerator like MS Visual Studio"
- Previous message: Daniel A. Steffen: "Re: Tk MacOS X dock icon bounce patch"
- Next in thread: Christopher Nelson: "Re: A tcl command logger?"
- Reply: Christopher Nelson: "Re: A tcl command logger?"
- Reply: Helmut Giese: "Re: A tcl command logger?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 24 Mar 2005 17:56:26 +0200
Hi all,
As I am facing a problem of Tcl/Tk crashing without
having access to the machine of the crash or the possibility
of debugging it, I want to write a small script that will
log each command in the global namespace in a log file.
I plan to move all commands from the :: namespace into
another namespace, and substitute each command with a
new one that will log the command & its arguments into a file,
and then call the original command. As this is very similar to
what a debugger does, I was wondering if such a facility is
already available that I can use, before I code it my self.
Any ideas?
George
- Next message: grice_at_panamsat.com: "Re: Is there a TK code gerator like MS Visual Studio"
- Previous message: Daniel A. Steffen: "Re: Tk MacOS X dock icon bounce patch"
- Next in thread: Christopher Nelson: "Re: A tcl command logger?"
- Reply: Christopher Nelson: "Re: A tcl command logger?"
- Reply: Helmut Giese: "Re: A tcl command logger?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|