[Webkit-unassigned] [Bug 30974] Web Inspector: Pretty print array-like objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 21 14:12:43 PDT 2010


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





--- Comment #13 from Patrick Mueller <pmuellr at yahoo.com>  2010-07-21 14:12:42 PST ---
This feature has been addressed for jQuery via Bug 42758.

Here's another thought.  Have library implementors tell us when they create objects which should be displayed in the debugger as arrays.  For instance, such objects could have a property like __debugDisplayAsArray.  In the jQuery case, this could just be added to the jQuery prototype.  Or it could be a property of the constructor function, in which case you could test with obj.constructor.__whatever ...

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