Hi is there a way to see what javascript code is executed on event?
For example i have the firebug console opened and i clic in the page, some javascript is executed.
Is there a way to see what code is being executed without attach a breakpoint to that code?
it could be usefoul for me to understand faster what code is called on a certain action!
thank you!