RESOLVED FIXED 164300
Web Inspector: Improve debugger highlight in some exception cases
https://bugs.webkit.org/show_bug.cgi?id=164300
Summary Web Inspector: Improve debugger highlight in some exception cases
Joseph Pecoraro
Reported 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
Attachments
[PATCH] Proposed Fix (1.75 KB, patch)
2016-11-01 16:07 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2016-11-01 16:07:42 PDT
Created attachment 293612 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2016-11-01 16:42:11 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 4 2016-11-01 17:01:17 PDT
Note You need to log in before you can comment on or make changes to this bug.