On Wed, Dec 17, 2003 at 10:46:56PM +0100, Jean-Fabrice RABAUTE wrote: > When a proc has not been called yet in the thread, it doesn't exists. Then > when it is called, the TTrace package handles it, find it and create it > before calling it (I hope I am right :-O). > > So, using "info args <procname>" doesn't work anymore with the TTrace > package unless the proc has been called previously in the thread.
Hm, so what other Tcl commands will no longer have their usual behavior becaue of TTrace? I'm guessing the list would be: info, namespace, package, rename Any others? Presumably a future fancier version of TTrace could modify those procs so that their standard behavior is retained, and using TTrace is entirely transparent? -- Andrew Piskorski <[EMAIL PROTECTED]> http://www.piskorski.com/ -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
