jeudi 18 septembre 2008

Is console no more working on Firebug 1.2.0 ?

Firebug is a tool for debugging Javascript; and believe it will save your life :).

But with the version 1.2.0 i can't use the magic "console.log()" (even after enabling it -for the previous version it was by default enabled-) Snif snif :-/

I finally find how to solve the problem :
you need now to put "window.loadFirebugConsole() ;" in your code before being able to call the magic 'console.log()'.

Happy again to use FIREBUG :D

Aucun commentaire: