Tag Archives: debugging

PHP Console – a new must-have php debugging tool

PHP Console is a debugging tool for PHP that writes debug info to Chrome debugging console. It was recently updated to the version 3 and has a lot of new nice features now.

There is a similar debugging tool FirePHP that does the same job with Firefox and FireBug.
Continue reading