RESOLVED INVALID 66196
Web Inspector: [protocol] LiveEdit does not report about a new script
https://bugs.webkit.org/show_bug.cgi?id=66196
Summary Web Inspector: [protocol] LiveEdit does not report about a new script
Peter Rybin
Reported 2011-08-13 14:22:29 PDT
-- create a script with a function; -- in live edit add a function parameter; save; expected: protocol reports that new script appears actual: protocol doesn't mention a new script -- reconnect debugger; see that the new script is there (named "...(old)")
Attachments
Yury Semikhatsky
Comment 1 2011-08-15 02:42:15 PDT
The problem here is that when the script is edited we enter debugger context before calling Debug.LiveEdit.SetScriptSource and the context is used to compile the new script which is wrong. Instead live-edit code should compute the context where the original script has been compiled and use it for compiling the new script.
Brian Burg
Comment 2 2014-12-12 14:11:00 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests. Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.
Note You need to log in before you can comment on or make changes to this bug.