Derick Rethans' Blog: What is PHP doing?
Derick Rethans has a new post to his blog showing how you can, using a few simple unix tools, figure out what PHP is doing when your scripts are executing. Sometimes when you have a long running PHP...
View ArticleMiro Svrtan: Debugging Uploadify jQuery plugin with XDebug
Miro Svrtan has a quick tip for those using the Uploadify plugin in their application's file uploads - how to enable XDebug debugging on each upload request. If you ever decided to use Uploadify...
View ArticlePHPMaster.com: Debugging PHP Code with FirePHP
On PHPMaster.com today there's a new tutorial showing you a different method for debugging your code than the usual print_r or var_dump - using FirePHP, a tool that uses messaging to relay information...
View ArticlePHPMaster.com: Debugging and Profiling PHP with Xdebug
On PHPMaster.com today there's a new tutorial showing you how to effectively debug your applications with Xdebug, a handy tool that provides more detail around your errors just by installing it....
View ArticlePablo Viquez: PHP Step by Step Debugging with JMeter, XDebug & Eclipse PDT
In a previous post Pablo Viquez talked about integrating JMeter and Zend Debugger for testing your PHP applications. In this new post he goes one more step in and talks about integrating Eclipse,...
View ArticleDerick Rethans: Debugging Connections with the MongoDB PHP driver
Derick Rethans has a new post that the developers out there using MongoDB in their applications will find useful - a look at debugging your connections with the PHP driver (and what kind of...
View ArticleJoshua Thijssen: Debugging remote CLI with phpstorm
Joshua Thijssen has a recent post for all the PHPStorm users out there (or maybe investigating a new IDE) and are looking for a way to debug your PHP apps easily with XDebug. Well, he's come up with a...
View ArticleChris Jones: Quick Debugging of PHP Scripts in Emacs with Geben and Xdebug
Chris Jones has a new post showing how you can use Emacs and Xdebug for debugging with the help of the geben plugin. When you want to test a PHP code snippet quickly, it's handy to do it within your...
View ArticleRuslan Yakushev: PHP Troubleshooting in Windows Azure Web Sites
In the latest post to his site, Ruslan Yakushev looks at some simple ways you can debug your PHP-based applications running on a Windows Azure platform. The need to diagnose and troubleshoot...
View ArticleFabien Potencier: Debugging Silex applications just got fun
On his site Fabien Potencier has posted about a feature added to Silex to help make debugging the flow of your application "more fun" - the Symfony web profiler. One of the big advantages of both...
View ArticleSameer Borate: Debugging Laravel with MonoLog and FirePHP
Sameer Borate has a new post to his site showing you how to debug a Laravel application with Monolog and FirePHP. By default, Laravel is configured to create daily log files for your application, and...
View ArticlePHPMaster.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 Article