Hi there, 2010/9/8 Hong Kil Dong <[email protected]>: > Is there a way to inspect local objects(created inside functions with > var) in DOM pane ?
Not directly, but you could use console.log(localVarName), and then, when clicking on the object in the console result, you'll see that local object in the DOM panel. regards, Pedro Simonetti. > > FF 3.5.9 + Firebug 1.5.4 > > -- > You received this message because you are subscribed to the Google Groups > "Firebug" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/firebug?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
