Using Firefox, how can I monitor all events that are fired?
Of course you can do just fine with Firebug, the console and the scripts tab where you can add breakpoints and watches, but you want to do it smarter / easier obviously. There is a neat Firebug plugin called EventBug that just logs all the events and groups them by event type so you can … Read more