1. 安装(简略过程)

编辑php.ini,加入下面几行:
extension=php_xdebug.dll
[Xdebug]
xdebug.profiler_enable=on
xdebug.trace_output_dir="I:/Projects/xdebug"
xdebug.profiler_output_dir="I:/Projects/xdebug"
2. WinCacheGrind-下载
使用图形化界面,查看xdebug执行情况的分析文件。