Firebug for PHP

Firebug is such an exciting development tool for javascript, is there any strong equivalent for PHP? I saw this extension of PHP (and Drupal) for Firebug, but it looks like they are no longer supported. In particular, in terms of console, network and yslow capabilities?

+3
source share
2 answers

Xdebug and Wincachegrind are great debuggers and profilers for PHP

+6
source

You can also try FirePHP: http://www.firephp.org/

+2
source

All Articles