[Webkit-unassigned] [Bug 45470] Web Inspector: Feature Suggestion - Global Scope Inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 9 10:51:37 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=45470





--- Comment #2 from Jason Feinstein <jason.feinstein at gmail.com>  2010-09-09 10:51:36 PST ---
Yeah, you can type "window" in the console, but the output you get is not "live". For instance, if you type window.myAwesomeVariable = "Hello Webkit";  You don't see this new variable appear as you created it - in the object shown in the console log.    

That makes sense not to show it in the log, because tracking the live state of an object in the log would ruin the purpose of having a log...  Having a view where you can watch stuff change live without needing a breakpoint would be great.  I don't think Firebug even has this ability (I think you have to "refresh" the dom tab by clicking away and then back to it - to see updates)

-- 
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