Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Robert Basic's Blog:
Debugging Zend Framework unit tests with Xdebug and NetBeans
Jul 25, 2011 @ 18:57:41

In this quick post today Robert Basic shares a hint for using Xdebug together with Zend Framework unit tests to get effective results.

I've spent this weekend hacking on some unit tests for ZendDojo and I ran into an issue where I need Xdebug to, well, debug. Note, that this is not for debugging a Zend Framework application, but for debugging Zend Framework itself. I am using Netbeans + Xdebug to debug regular code, but debugging unit tests was something completely new for me. Turns out, it’s not entirely different from "regular" debugging.

Thanks to hints from this post and some trial and error on working with autoloading, he finally got things working in his Netbeans environment. The trick is setting up the "Index File" to the correct location.

tagged: zendframework unittest dojo netbeans ide index

Link:


Trending Topics: