Thursday, November 08, 2007

FireBug is a must for web-development

FireBug is really a cool Addon.
You can inspect the web pages and debug the javascript with breakpoints within the Mozilla browser. I have been using this addon for an year so far...
It shows even the html source code for the objects created dynamically through javascript. You cannot see the dynamically generated code through View source of web page.

You get download the addon from
https://addons.mozilla.org/firefox/1843/
If you develop any web applications using javascript, FireBug is a must...

No comments: