Javascript Debugging: Firefox Add-on

If anyone like me has had trouble with javascript code before (specifically compiling it and debugging it), then many of you should appreciate a tool like this. Firebug is an add-on to Firefox that lets you compile, edit, and monitor HTML, CSS, Scripts, DOM and Net. It even comes with a built-in editor, giving an intellisense feel to debugging.
Comments