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.