PHPMaster.com: Inattention Blindess - Missing the Obvious
On PHPMaster.com today there's an interesting article about something called "inattention blindness" - basically, the situation that comes up when you can't seem to find an issue/bug yet it's...
View ArticleAdam Culp: XHProf PHP Profiling
Adam Culp has posted to his site about some of his experiences with XHProf and profiling his PHP applications. Today I set up my development environment so I can use XHProf to profile PHP scripts when...
View ArticleProject: PHP DebugBar - In-browser Profiling Data for PHP Applications
There's a handy feature in the Symfony framework that provides a "debug bar" with information about the execution of your application. But what if you don't use Symfony for your development? Enter PHP...
View ArticleQandidate.com: Debugging PHP applications with HHVM
On the Qandidate.com blog there's a new post showing you an easy way to debug HHVM applications via the built-in debugging tool and it's command line interface. The HHVM is the virtual machine version...
View ArticleSameer Borate: Easy PHP debugging with Kint
Sameer Borate has posted about using Kint, a "more powerful debugger" that lets you output more data than just the usual var_dump or print_r provides and in a much more readable format. My standard...
View ArticleJetBrains.com: Just-In-Time debugging and PHP Exception Breakpoints with...
On the JetBrains site there's a recent post showing you how to use just-in-time debugging and breakpoints in their PHPStorm IDE combined with the popular PHP debugging tool Xdebug. In every project...
View ArticleDutch Web Alliance: The definitive remote debug and unittest with PHPStorm...
The Dutch Web Alliance has posted the fourth part of their series looking at remote debugging with PHPStorm. If you want to start from the beginning, you can find the first part of the series here...
View ArticleDutch Web Alliance: The definitive remote debug and unittest with PHPStorm...
The Dutch Web Alliance has posted the fifth part (of seven) of their series looking at configuring the PHPStorm IDE to remotely debug and run your unit tests. In this article they focus in on getting...
View ArticleDutch Web Alliance: The definitive remote debug and unittest with PHPStorm...
The Dutch Web Alliance has posted the sixth part of their series helping you debug/unit test your applications with PHPStorm and Xdebug. In this new post they focus on working with command-line...
View ArticleSitePoint PHP Blog: Debugging with Xdebug and Sublime Text 3
The latest post from the SitePoint PHP blog, a new tutorial by Peter Nijssen, shows you how to get started with Xdebug and Sublime Text 3 to debug your PHP applications. Debugging - we all do it a...
View Article