vote up 0 vote down star

I'm trying to debug an extJS based JavaScript form in Firefox 3.0.8, with Firebug, but none of my debugging statements are working. console.log produces the error console is not defined in the console. The debugger statement just doesn't work.

flag

72% accept rate

3 Answers

vote up 0 vote down

Did you activate the Firebug console for the domain you are working on ?

link|flag
Yes, it's localhost, and I deactivated and reactivated and still nothing. I'm going to re-install Firebug in the morning. – ProfK May 28 at 22:16
vote up 0 vote down

Are you using Firefox 2.x ?

Call loadFirebugConsole() to load the logger explicitly before you try to log to it.

link|flag
I'm using FF 3.0.8, and that call gives me an 'undefined error' as well. – ProfK May 29 at 5:46
vote up 0 vote down

You can try window.console.log(). Works in IE, may work FF3 in your case.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.