Hi, In any programming langauge , I can trace any function and know witch function is called by other . but in Javascript , I don't know how ? since the code is not written by me and Firebug does not give this feature - as I know .
An example :
I want to display the function names of each function that is called when clicking on XYZ Element. and display them by order .
thanks .