PHP Meet Mr. FireBug - PHP Debugging for Web 2.0: Another great little debugging extension for PHP. Like FirePHP, it has integration with FireBug, the greatest Firefox extension in recorded history.
The real gem here is a great little screencast (QuickTime link) which shows how simple this thing is to use. What a dream.
I put together a couple pieces of technology to give the PHP community a debugger/profiler that should make life easier in the “web2.0” world. Are you tired of echo’ing print statements in your ajax calls? Writing to log files? Firing up big ol debuggers just to see what the value of some array is? Well look no further than the new MyBic PHP Debugger.
FirePHP - Firefox Extension for PHP Development: This is a really interesting project. It's a PHP extension that will let you send information along with the response from your PHP script which is only viewable using the awesome Firebug Firefox extension. So it's like printing debugging stuff to…
Firebug 1.0: It's Hot, Baby, Hot!: I agree with Josh -- if you have the Web Developer extension, its perfect partner is Firebug. The ability to inspect the CSS of individual elements is a huge help. If you have anything at all to do with making web pages,…