* 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.
<rdar://problem/22351284>
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.