Bug 66632
Summary: | Web Inspector: support file or callsite filters for "pause on all exceptions" | ||
---|---|---|---|
Product: | WebKit | Reporter: | Igor Sereda <sereda> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | apavlov, bburg, bweinstein, graouts, inspector-bugzilla-changes, keishi, loislo, pfeldman, pmuellr, rik, webkit-bug-importer, yurys |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Igor Sereda
Being able to pause on exception is great. Pausing on uncaught exceptions works fine.
However, it's hardly possible to use pausing on caught exceptions when using a library like jQuery, where a lot of exceptions are thrown all the time. It makes it not practical to wait for an exception point in your own code.
It would be great if the tool allowed to mute a specific exception or a specific line of code, or the whole source file, and to pause only on exceptions in the rest of the code.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/19096479>
Blaze Burg
Would be addressed by script blackboxing.
*** This bug has been marked as a duplicate of bug 17240 ***