[Webkit-unassigned] [Bug 20803] JS objects in the console should be snapshots instead of live objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 1 16:35:02 PDT 2015


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

Iraê <irae at irae.pro.br> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |irae at irae.pro.br

--- Comment #5 from Iraê <irae at irae.pro.br> ---
I think being the default is a good idea. I constantly have to console.log(JSON.stringify(obj)) to understand better large applications with a lot of different states.

When I want just a reference to the object itself I can console.log outside of the app lifecycle or assign it to window.copyOfObj = obj;

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150901/b2ae2892/attachment.html>


More information about the webkit-unassigned mailing list