Hi,
As it is possible for one alias to call another aliases and so on, is it possible to tell in the code which alias called the other alias?
Something similar to TCL 'info level' perhaps?
I seem to have run into problem where error tracking is getting difficult as aliases call sometimes multiple other aliases which could also call other aliases for return values. Now if something breaks its getting very time consuming trying to find the problem without knowing which alias it was that called the alias that is throwing error.