Posted by Masud in
Uncategorized on 05 6th, 2007 |
2 Comments
An Introduction to XDebug
Xdebug is an Open Source PHP extension for code debugging and profiling. Installation is straightforward and it will provide you with a wealth of information about your code, without being intrusive. One of the great features of Xdebug is, since it runs as an extension, there is no need to actually alter...