Homepage » Software, Web Development » FireBug Javascript Console

FireBug Javascript Console

By Jonathan + January 30th, 2006

I just remembered that I haven’t blogged this yet. This might be the best handiest way to debug Javascript that I have ever used. Way better than removing lines of code until it works! :D

FireBug - JoeHewitt.com

FireBug is fairly simple - it adds a console to the bottom of every web page in Firefox. The console will display all Javascript errors that occurred for the page you are looking at, and objects or text that have been logged from various places


(Thanks Chris)

O comments at "FireBug Javascript Console"

Be the first commenter!

Comment Now!

Name* Email* Blog / Website

Latest Posts

C#: Returning an array via webservice with derived classes November 20th, 2008

C#: Returning an array via webservice with derived classes

Here’s a neat little thing I learned today. I was writing a WebMethod for a WebService I’m working on for ScribbleLive. The return type[...] Read the rest »