RESOLVED FIXED 204811
Web Inspector: prefer non-blackboxed scripts when showing a source code location link
https://bugs.webkit.org/show_bug.cgi?id=204811
Summary Web Inspector: prefer non-blackboxed scripts when showing a source code locat...
Devin Rousso
Reported 2019-12-03 13:09:33 PST
# STEPS TO REPRODUCE: 1. inspect <http://bogojoker.com/shell/> 2. set a breakpoint inside `$.fn.easySlider` 3. edit the breakpoint from step #2 and add an Evaluate JavaScript action for `console.trace()` 4. reload the page => a trace should be logged to the Console with an 'easySlider.min.js:4' link 5. blackbox easySlider.min.js => the trace shown after step #4 still shows 'easySlider.min.js:4' when it really should show 'shell:28'
Attachments
Patch (11.91 KB, patch)
2019-12-03 13:19 PST, Devin Rousso
no flags
Devin Rousso
Comment 1 2019-12-03 13:19:11 PST
WebKit Commit Bot
Comment 2 2019-12-03 19:31:40 PST
Comment on attachment 384744 [details] Patch Clearing flags on attachment: 384744 Committed r253087: <https://trac.webkit.org/changeset/253087>
WebKit Commit Bot
Comment 3 2019-12-03 19:31:41 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 4 2019-12-03 19:32:21 PST
Note You need to log in before you can comment on or make changes to this bug.