You'll probably want to try Firebug Menu > Open Firebug Tracing and
then FBTrace.sysout(string, object).
jjb
On Dec 8, 10:01 pm, Adam Peller <[EMAIL PROTECTED]> wrote:
> I am a n00b at extensions writing. I took the simple Test Panel demo
> and tried adding the following code to the FirebugTestExtension
> module:
>
> watchWindow: function(context, win){
> win.testing="123";
> }
>
> I've confirmed in my extension code (with alerts -- dump didn't seem
> to send anything to my MacOS terminal window) that the method is
> getting called and win.testing is being set, each time a window is
> created. However, from the page, window.testing is undefined.
>
> What am I missing? Is this a different window reference than the one
> that is my global?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---