Hello,
is it planned - or already possible - to have full trace support for XOTcl methods and procs? E.g.:
xotcl::Class A A instproc doit {args} { ... }
# later A trace add execution doit enterstep some_proc A trace add execution doit leavestep some_other_proc A trace add command doit rename some_proc
I know there are filters, but I am looking for an easier way to react on execution of particular methods/procs... for a mechanism that works for xotcl objects the same way as [trace] works for pure Tcl.
TIA Eckhard