RESOLVED FIXED 163300
Web Inspector: Whole program sometimes highlighted instead of just first statement
https://bugs.webkit.org/show_bug.cgi?id=163300
Summary Web Inspector: Whole program sometimes highlighted instead of just first stat...
Joseph Pecoraro
Reported 2016-10-11 15:00:28 PDT
Summary: Whole program sometimes highlighted instead of just first statement Test: <script> debugger; var a = 1; var b = 1; var c = 1; </script> Steps to Reproduce: 1. Inspect test page 2. Reload to pause on debugger statement => entire program is highlighted instead of just the first statement Notes: - Esprima says the program starts at the same place as the debugger statement!
Attachments
[PATCH] Proposed Fix (3.52 KB, patch)
2016-10-11 15:02 PDT, Joseph Pecoraro
no flags
Radar WebKit Bug Importer
Comment 1 2016-10-11 15:00:56 PDT
Joseph Pecoraro
Comment 2 2016-10-11 15:02:39 PDT
Created attachment 291301 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 3 2016-10-12 11:45:56 PDT
Comment on attachment 291301 [details] [PATCH] Proposed Fix Clearing flags on attachment: 291301 Committed r207227: <http://trac.webkit.org/changeset/207227>
WebKit Commit Bot
Comment 4 2016-10-12 11:46:00 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.