See/Log which javascript function is being executed by the browser

Viewed 11497

Is there a way/add-on that I can use so everytime any javascript function is executed in Firefox for example, the function name will be printed (to the console or where ever).

This is because I can't find (it's very hard to find) which function is executed when I click on a drop down.

So i want firefox/add-on to tell me the name of every javascript function that is being executed.

2 Answers
Related