Windows下Xdebug & Cachegrind

XDebug 官方网站为:http://www.xdebug.org/
下载的时候请注意跟自己的PHP版本匹配

.dll文件改成php_xdebug.dll,在php.ini中加入

extension=php_xdebug.dll
[XDebug]
zend_extension_ts="yourpath\ext\php_xdebug.dll"
xdebug.profiler_enable="on"
xdebug.trace_output_dir="yourpath\xdebug-trace" 
xdebug.profiler_output_dir="yourpath\xdebug-profile"

wincachegrind下载地址:http://sourceforge.net/projects/wincachegrind/

Add a comment

Add comment

Fill out the form below to add your own comments

User data





Add your comment