On Oct 29, 9:10 pm, Yel <[email protected]> wrote: > When debugging javascript with firebug, all global variables can be > watched in the "watch" window. > The thing I'm wondering is how does firebug list these variables. > I get the sources of firebug but cannot find where firebug does it.
I guess I don't understand. Just use for-in loop over "window" properties? You must have something else in mind. jjb -- 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.
