Bug 148196
Summary: | Web Inspector: Source Maps do not show up in Debugger Tab | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tobias Reiss <tobi+webkit> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | inspector-bugzilla-changes, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All |
Tobias Reiss
* 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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/22351284>
Joseph Pecoraro
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.