Debugging PHPUnit Tests in NetBeans with XDebug


Debugging PHPUnit Tests in NetBeans with XDebug « Rafael Dohms

So debugging in a browser is a piece of cake in most IDEs like NetBeans and Zend Studio and so forth, but debugging your tests that are running on the command line take a few more cards up your sleeve. So this is how i configured my NetBeans IDE and my PHPUnit tests to communicate and let me debug what happens inside that crazy world.

Related Posts