Object Dump JavaScript
Posted
by Jessy Houle
on Stack Overflow
See other posts from Stack Overflow
or by Jessy Houle
Published on 2009-04-14T20:35:17Z
Indexed on
2010/06/10
4:13 UTC
Read the original article
Hit count: 406
JavaScript
|script
Is there a 3rd party add-on/application or some way to perform object map dumping in script debugger for a JavaScript object?
Here is the situation... I have a method being called twice, and during each time something is different. I'm not sure what is different, but something is. So, if I could dump all the properties of window (or at least window.document) into a text editor, I could compare the state between the two calls with a simple file diff. Thoughts?
Thank you in advance.
-Jessy Houle
© Stack Overflow or respective owner