RESOLVED FIXED 106465
Web Inspector: Duplicate eval with //@ sourceURL does not update source view
https://bugs.webkit.org/show_bug.cgi?id=106465
Summary Web Inspector: Duplicate eval with //@ sourceURL does not update source view
Malte Ubl
Reported 2013-01-09 09:37:51 PST
E.g. eval('function foo() {}\n//@ sourceURL=http://127.0.0.1/foo/foo/foo.js') eval('function foo2() {}\n//@ sourceURL=http://127.0.0.1/foo/foo/foo.js') will only show one foo.js file in the source view. It is always the first. We would prefer to be able to override the initial eval (The same could be said when reloading JS from the same URL) with respect to the source view. At least the newer version should show up somewhere.
Attachments
Note You need to log in before you can comment on or make changes to this bug.