Thursday, October 5, 2023
 Popular · Latest · Hot · Upcoming
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

 Answers
18

Firebug + console.log(myObjectInstance)


[#99703] Wednesday, April 8, 2009, 15 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
mckinley

Total Points: 15
Total Questions: 101
Total Answers: 94

Location: Liechtenstein
Member since Fri, Sep 11, 2020
3 Years ago
mckinley questions
Sun, Oct 17, 21, 00:00, 2 Years ago
Tue, Jun 15, 21, 00:00, 2 Years ago
Thu, Apr 8, 21, 00:00, 3 Years ago
;