[Webkit-unassigned] [Bug 97065] Web Inspector: Source Mapping doesn't work when inspector is in remote-mode
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 19 01:20:12 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=97065
Vsevolod Vlasov <vsevik at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #164651|review? |review-
Flag| |
--- Comment #3 from Vsevolod Vlasov <vsevik at chromium.org> 2012-09-19 01:20:41 PST ---
(From update of attachment 164651)
View in context: https://bugs.webkit.org/attachment.cgi?id=164651&action=review
> Source/WebCore/inspector/front-end/CompilerScriptMapping.js:95
> + sourceMap = this.loadSourceMapForScript(script);
You should add return here for this patch to work.
This means the script won't have source mapping until source map is loaded, which means stopping on breakpoint at this point would break things.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list