[Webkit-unassigned] [Bug 185258] Web Inspector: Scripts imported by both main page and web worker are duplicated in debugger sources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 7 11:53:30 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=185258

Brian Burg <bburg at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #2 from Brian Burg <bburg at apple.com> ---
This is as expected given the current design. We show one script for each copy that's evaluated into a VM.

Breakpoints are file and line number based, and don't take into account the specific instance/content view of the script.

I agree we could improve the categorization of scripts as belonging to a SW, worker, main page, etc.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180507/8e7be93d/attachment.html>


More information about the webkit-unassigned mailing list