[Webkit-unassigned] [Bug 142091] Web Inspector: Type information, code coverage, and pretty print don't work with source mapped files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 2 10:30:33 PST 2015


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

--- Comment #4 from Ronald Jett <rjett at apple.com> ---
The source mapped files are JavaScript files. 

It makes sense that the the pretty printer doesn't work for source mapped files. It just felt odd that it didn't work. Maybe it should be hidden when viewing source mapped files? 

We never work with the original JavaScript files in our projects. All files are built in to a single debug file that gets included on the page, so it might be nice if the code coverage and type information worked here. 

The type / code coverage info is available if I look at my top level built file, but if I set breakpoints, when they hit I'm taken in to the source mapped file. So if I want to see that info I have to go back to the single file and scroll through my source looking for that particular point in code.

-- 
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/20150302/e5260705/attachment-0002.html>


More information about the webkit-unassigned mailing list