Getting Started With Xdebug And Netbeans 7 On Windows
Tuesday, August 16, 2011 - 13:00
Note: This article assumes that you have a working Apache/PHP environment running with the latest major version of Netbeans (current 7) installed.
Xdebug is a brilliant PHP extension that provides both debugging and profiling tools. From a basic install it will vastly improve the quality of the error messages but it can also be made to interactively debug scripts using a number of different IDE's. It can also be used as a code profiling tool, but I won't be going into that in this post as that is a little beyond the scope of what I will be talking about.