Skip to content
Archive of posts tagged Firebug

Avoid non-FireFox browser issues with Firebug’s console object

The Firefox Firebug add-in is a superb JavaScript debugger. If you’re writing, learning, or debugging JavaScript (and if you’re doing the first two, you’re certainly doing the third!), Firebug should be in the top drawer of your JavaScript toolbox.
One of the Firebug features I use a lot is its console object. The console object [...]