
06-Sep-2011
XDebug - A PHP Debugger
XDebug - A PHP Debugger
homepage : http://xdebug.org
current version : Xdebug 2
documentation : http://xdebug.org/docs/
installation
Xdebug can be installed through PEAR/PECL
features
- Xdebug displays stack trace of error.
- Xdebug beautifies output of "var_dump" to make it more readable for debugging purpose.
- Xdebug can log all function calls along with its parameters and return values
- Xdebug allows code coverage analysis to find which line of code has been executed and how many times.
- Xdebug has built-in profiler to optimize code.