109
rated 0 times
[
116]
[
7]
/ answers: 1 / hits: 171507
/ 15 Years ago, tue, april 14, 2009, 12:00:00
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?
More From » javascript