Is it possible to filter which events are logged by the Log Events
option in Firebug?
Asked
Active
Viewed 371 times
1

Brian Tompsett - 汤莱恩
- 5,753
- 72
- 57
- 129

StuperUser
- 10,555
- 13
- 78
- 137
1 Answers
2
Use the search bar towards the top right in the console? Works for me on FF4.
See also: How to debug JavaScript/jQuery event bindings with Firebug (or similar tool)

Community
- 1
- 1

no.good.at.coding
- 20,221
- 2
- 60
- 51
-
That's really useful ngac, do you know if it's possible to filter what is logged, rather than the log results? – StuperUser Apr 12 '11 at 17:20
-
@StuperUser Oops, was that your original question? Sorry if I put in a dumb reply that you already knew of! And AFAIK, there isn't anyway to do that - if it's your own page, you might instead try some sort of a jQuery plugin that logs only select events or events that target selected elements? Also, perhaps some of the plugins/methods suggested in [this SO answer](http://stackoverflow.com/questions/570960/how-to-debug-javascript-jquery-event-bindings-with-firebug-or-similar-tool/) might be useful starting points. – no.good.at.coding Apr 12 '11 at 19:26
-
Not a dumb answer, since I can't filter, that's going to be really useful. That SO answer is great too. Cheers. – StuperUser Apr 13 '11 at 09:27