Bug 164300 - Web Inspector: Improve debugger highlight in some exception cases
Summary: Web Inspector: Improve debugger highlight in some exception cases
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-11-01 16:04 PDT by Joseph Pecoraro
Modified: 2016-11-01 17:01 PDT (History)
7 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (1.75 KB, patch)
2016-11-01 16:07 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2016-11-01 16:04:18 PDT
Summary:
Improve debugger highlight in some exception cases

Test:
<script>
(function(f) { f(); }(function() {
    var error = new Error("message");
    throw error;
}));
</script>

Steps to Reproduce:
1. Inspect attached test case
2. Enable Pause on all Exceptions
3. Reload => pauses on throw statement
  => Entire program is highlighted, expected just the throw statement
Comment 1 Joseph Pecoraro 2016-11-01 16:07:42 PDT
Created attachment 293612 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2016-11-01 16:42:07 PDT
Comment on attachment 293612 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 293612

Committed r208260: <http://trac.webkit.org/changeset/208260>
Comment 3 WebKit Commit Bot 2016-11-01 16:42:11 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2016-11-01 17:01:17 PDT
<rdar://problem/29055539>