NEW 148196
Web Inspector: Source Maps do not show up in Debugger Tab
https://bugs.webkit.org/show_bug.cgi?id=148196
Summary Web Inspector: Source Maps do not show up in Debugger Tab
Tobias Reiss
Reported 2015-08-19 15:09:52 PDT
* VERSION WebKit nightly r188633 * SUMMARY Resources Tab shows Source Maps, Debugger Tab does not. * STEPS TO REPRODUCE 1. Go to http://dev.fontdragr.com 2. Open Inspector to Resources Tab 2. "scripts.js" is an expandable resource item 4. Open Debugger Tab 3. "scripts.js" is minified * EXPECTATION - Debugger Tab shows Source Maps because it is most likely that a Dev debugs code there. - Resources Tab might only show minified version.
Attachments
Radar WebKit Bug Importer
Comment 1 2015-08-19 15:10:17 PDT
Joseph Pecoraro
Comment 2 2015-08-19 16:08:42 PDT
I notice the ResourcesSidebarPanel has: this.contentTreeOutline.includeSourceMapResourceChildren = true; Doing this in the DebuggerSidebarPanel gets this sorta working, but it seems to compete with the ResourcesSidebarPanel a bit. Something fishy is happening.
Note You need to log in before you can comment on or make changes to this bug.