Does anyone happen to know of a browser plug-in of some kind which will allow me to view all JavaScript function calls which are made on a web page?
I want to be able to, say, click on a button on the page and get a console display of what function is called by that event, and any further functions that are called by that function.
I thought Firebug could do something like that, but I can't figure out how, if it does.
I want to be able to, say, click on a button on the page and get a console display of what function is called by that event, and any further functions that are called by that function.
I thought Firebug could do something like that, but I can't figure out how, if it does.

Comment