On Jan 9, 11:23 am, Woody <[email protected]> wrote: > I am running v1.6X.1b2, which I understand is the latest available. > > > The global scope is already shown at the bottom of the Watch panel. > > I am guessing you mean the entry "object window". That does show some > global variables.
It should show you all of the properties of the global object for the window containing the function you called. If you are in a frame, that will be the global object of the frame, it will not be the global object of the main window. > > > 3) DOM panel via window.frames > > Seems to work! > > > I guess you are running Firebug 1.6.0 on Firefox 3.6. Update to 1.6.1 > > and if you still have a problem report it to our bug tracker. > > At the moment, doesn't seem to be reproducible. I am new to JavaScript > and Firebug, so it's hard for me to tell when things aren't working as > they should. Perhaps you can recommend some documentation for how to > use Firebug. What is listed on the web site is interesting, but not > too useful. This is what we have: http://getfirebug.com/wiki/index.php/FAQ jjb > > Anyway, thanks for your patient help. -- 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.
