[Webkit-unassigned] [Bug 66023] Web Inspector: Console logging of arrays is not useful

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 10 23:02:39 PDT 2011


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





--- Comment #2 from Pavel Feldman <pfeldman at chromium.org>  2011-08-10 23:02:39 PST ---
We should enrich our formatting of both arrays and objects while inspector is visible to the one similar to FB. Unfortunately, opening inspector post-factum will still render things as they are (otherwise we need to spend too much time resolving/formatting objects).

Btw,
var aFlatArray = [];
for (var i = 0; i < 1000000; ++i) { aFlatArray[i] = i }
...will kill both Firebug and DevTools. I'm fixing it in https://bugs.webkit.org/show_bug.cgi?id=64596.

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