News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Four Sane Solutions for PHP Debugging
November 05, 2010 @ 08:41:28

On PHPBuilder.com today there's a new article from Jason Gilmore sharing what he calls "four sane solutions" to help you debug your PHP applications better than just an echo or var_dump.

Few tasks are more tedious and frustrating than debugging a Web application. [...] Fortunately, PHP developers have a number of powerful debugging solutions at their disposal. Whether you're merely inspecting array contents or attempting to determine the status of an Ajax-driven POST response, these four solutions are guaranteed to have an immediate impact on your productivity.

His four solutions involve changing the error reporting level on your development environment higher than production to catch issues that might slip through unnoticed, using XDebug, integrating FirePHP and using test-driven development to be sure things work from the outset.

1 comment voice your opinion now!
soluton debugging errorreporting xdebug firephp tdd


blog comments powered by Disqus

Similar Posts

Christoph Dorn's Blog: FirePHP and Zend Framework 1.6

ThinkPHP Blog: Eclipse, PHP and XDebug

Juozas Kaziukenas' Blog: Debugging with FirePHP and Firebug

DevShed: The XDebug Extension

Davey Shafik's Blog: Debugging on the Command Line with xdebug


Community Events











Don't see your event here?
Let us know!


series functional example application testing code database opinion release interview language introduction podcast zendframework2 framework phpunit api composer development community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework