Showing posts with label netbeans. Show all posts
Showing posts with label netbeans. Show all posts

Tuesday, March 13, 2012

Debugging PHP with Xdebug and Netbeans

Many PHP programmers tend to develop their applications without special debugging tools. PHP developers are happy, because they do not have to wait for recompilation and redeploy, they just press F5 and see the results in browser. I call it "echo" debug method :). In this article I will show you how easy it is to install Xdebug debugger tool and use it in Netbeans IDE.