post a comment | posted Aug 30
Getting some 'console is not defined' errors in Firefox 2 with Firebug 1.2.0? Don't worry, as it turns out that's by design. The trick is to issue a window.loadFirebugConsole(); in your Javascript before using the console. Thanks for mentioning it on the list, John!