Hacker News new | past | comments | ask | show | jobs | submit login




Thanks! In my defence, the FF feature only made it into release 19 days ago and the chrome one is still 'experimental'. But great to know this is now available.


That's awesome, thanks.

By any chance, do you also know of a way to exclude jQuery event wrappers from inspection in the "events" part ? Like in this screenshot : http://imgur.com/UaHTrth

This feature is pretty useless due to the fact that libraries wrap event callbacks.


That's something we're working on for Chrome. We'll have something soon.


Very nice, thanks for that.


Chrome's one is a dirty hack, though I admit it works. But ugh, seriously, regexes?


Regex is nice, so you can do something like ignore everything in bower_components\/.* or .*?\.min\.js. I'm not convinced you want to select each file you want to skip manually and one by one. That said, maybe there's a hybrid approach available. Our implementation in Chrome is definitely not final (and it's a little ugly ;) and we're collecting feedback before we iterate further.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: