Skip to content
Advertisement

How to trace Javascript events (Stack Trace )?

In any programming language, I can trace any function and know which 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 far 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 in order.

Advertisement

Answer

Found this: A javascript stacktrace in any browser, James says they have a github account now

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement