[Webkit-unassigned] [Bug 80383] Web Inspector: "Skip this Frame" Feature

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 26 21:21:29 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=80383





--- Comment #5 from Yehuda Katz <wycats at gmail.com>  2014-01-26 21:18:54 PST ---
Brian,

I worked with Firefox on this feature and opened up a number of subsequent requests for more granular control over the black-boxing.

For example, when I'm debugging Ember itself, even though I want to step through Ember source, I still want to jump through our implementation of forEach and the extra function wrapper we need to create for super (which are *never* the source of bugs).

My ideal implementation would support whole-file blackboxing, blackboxing based on an identifier provided by the script (//# blackboxId=ember), and finally per-function blackboxing via sourcemaps (or if that's not possible, via dynamic tagging).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list