How do you log to Firebug from an extension?
Posted
by Jeremy Rudd
on Stack Overflow
See other posts from Stack Overflow
or by Jeremy Rudd
Published on 2009-07-25T19:15:57Z
Indexed on
2010/03/28
20:03 UTC
Read the original article
Hit count: 250
I'm writing an extension for Firefox, and I need to log some data to Firebug's console. Within the scope of my addon, "console" is undefined, and "window.content.console" is also undefined. So how do I log to the console?
© Stack Overflow or respective owner