Published on 2006-01-24 09:51:04

FireBug is a new tool for Firefox that aids with debugging Javascript, DHTML, and Ajax. It is like a combination of the Javascript Console, DOM Inspector, and a command line Javascript interpreter. The FireBug console is intuitive and very easy to use, just don't forget it working after you finish debugging because you'll feel that the web is all buggy !

http://ajax.phpmagazine.net/upload/2006/01/firebug-thumb.png

After installing the extension and restart, the console is automaticly launched in the bottom of every firefox page, displaying all Javascript errors that occurred for the page you are looking at, and objects or text that have been logged from various places.

Read More


Related Entries

Member of the PHP Magazine Network, Copyright (C) 2005-2008 phpmagazine.net All Rights Reserved