Bug 66632 - Web Inspector: support file or callsite filters for "pause on all exceptions"
Summary: Web Inspector: support file or callsite filters for "pause on all exceptions"
Status: RESOLVED DUPLICATE of bug 17240
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-08-21 06:32 PDT by Igor Sereda
Modified: 2017-05-24 09:11 PDT (History)
12 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Igor Sereda 2011-08-21 06:32:00 PDT
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.
Comment 1 Radar WebKit Bug Importer 2014-11-29 18:53:06 PST
<rdar://problem/19096479>
Comment 2 BJ Burg 2017-05-24 09:11:03 PDT
Would be addressed by script blackboxing.

*** This bug has been marked as a duplicate of bug 17240 ***