Firebug marks each window with a random token to verify that the console object in the window matches the console object it put into the window. The message is printed when this token does not match. So it's not a debug line, it's an error condition (which is why it goes into the console). One reason for the message is to prevent web pages from manipulating your Firebug Console.
In this case it seems like the message is telling us that Firebug messed up its window tracking. A trace with CONSOLE, ACTIVATION and WINDOWS would probably sort it out. jjb On Aug 11, 8:33 am, Prefontim <[email protected]> wrote: > No i don't. it happens in my internal app, but i don't know how to > get it to happen in a simple test case. > > But, in general, this is a debug line that should only happen in the > FB Tracer, not in the console tab...or maybe i am mistaken > > On Aug 11, 11:17 am, Mike Ratcliffe <[email protected]> > wrote: > > > Do you have a reproducible test case? If we can't reproduce the issue > > there is not much that we can do. > > > On Aug 11, 4:20 pm, Prefontim <[email protected]> wrote: > > > > I just upgraded to 1.6.a19, and it is unusable for me. The console > > > tab is outputting the subject line at a blistering pace, and i can't > > > get it to stop. It is slowing down everything for me. -- 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.
