[Tcl Java] tracing a proc

2000-07-10 Thread Thomas McKay
Is there a way to trace changes to a proc? I'm using Jacl and the Interp.traceVar() which seems to work fine for vars bug redefining a proc doesn't result in a call to the VarTrace class. --- Thomas McKay Project Leader Microcosm Technologies, Inc. mailto:[EMAIL PROTECTED] --

[Tcl Java] Re: [Tcl Java] tracing a proc

2000-07-10 Thread Mo DeJong
On Mon, 10 Jul 2000, Thomas McKay wrote: > Is there a way to trace changes to a proc? I'm using Jacl and the > Interp.traceVar() which seems to work fine for vars bug redefining a proc > doesn't result in a call to the VarTrace class. There is currently no API to support this. I did see that on