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.
I’m trying to debug an extJS based JavaScript form in Firefox 3.0.8, with Firebug,
Share
It might be that you have another Firefox extension installed which messes up for Firebug’s console. I installed “HttpWatch Basic” for instance and it broke console.log() .. Disabled HttpWatch and everything was fine again.