RESOLVED FIXED162753
Web Inspector: Make debugger stepping highlights work in inline <script>s
https://bugs.webkit.org/show_bug.cgi?id=162753
Summary Web Inspector: Make debugger stepping highlights work in inline <script>s
Joseph Pecoraro
Reported 2016-09-29 14:24:47 PDT
Summary: Make debugger stepping highlights work in inline <script>s Test: <script> debugger; if (true) { 1; } </script> Current highlight on if statement line: if (|true) {| Expected highlight on if statement line: if (|true|) { Notes: - Works in external scripts via bug 161658, this is about getting it to work in inline scripts.
Attachments
[PATCH] Proposed Fix (10.04 KB, patch)
2016-09-29 14:28 PDT, Joseph Pecoraro
bburg: review+
joepeck: commit-queue-
Radar WebKit Bug Importer
Comment 1 2016-09-29 14:25:05 PDT
Joseph Pecoraro
Comment 2 2016-09-29 14:28:12 PDT
Created attachment 290244 [details] [PATCH] Proposed Fix Won't apply due to other patches awaiting review.
Blaze Burg
Comment 3 2016-09-30 12:16:31 PDT
Comment on attachment 290244 [details] [PATCH] Proposed Fix r=me, Good catch!
Joseph Pecoraro
Comment 4 2016-09-30 12:37:37 PDT
Note You need to log in before you can comment on or make changes to this bug.