I'm writing a big script and I still have a lot of bugs.

I was wondering if I create an alias, and this alias is being called from another part of the code....

Is there a way of finding out which alias called it?? Or which line called it?
And if not, if I use "return", is there any way of knowing to which line it will come back? (Which is almost the same question)

This might help me fix the bugs, cause right now it becomes had to debug it.



Thanks.