Event Listeners - Equivalent for Firefox?

chromium, firebug, firefox, google-chrome, javascript

Solution

Now, this feature is natively in the firefox inspector, you not need firebug anymore :) http://flailingmonkey.com/view-dom-events-in-firefox-developer-tools/

Problem

I noticed Chromium has an interesting feature in the inspector/debugger: Event Listeners. I haven't found the equivalent feature in Firefox Firebug. I saw a question from a couple years ago that said Firefox does not have an equivalent feature, but I'm wondering if there has been any update on this... Is there an addon yet for Firebug that lists listeners? Or, is there something about Firefox's implementation that makes this not practical?

Original source