zend_extension = "D:/developsoftware/wamp/bin/php/php5.5.12/zend_ext/php_xdebug-2.2.5-5.5-vc11-x86_64.dll"
;
[xdebug]
xdebug.remote_enable = off
xdebug.profiler_enable = off
xdebug.profiler_enable_trigger = off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir = "D:/developsoftware/wamp/tmp"
xdebug.show_local_vars=0
上面是配置文件自带的
;zend extension="D:/developsoftware/wamp/bin/php/php5.5.12/zend_ext/php_xdebug-2.2.5-5.5-vc11-x86_64.dll"
;[xdebug]
;xdebug.remote_enable=On
;xdebug.profiler_enable=On
;xdebug.profiler_enable_trigger=On
;xdebug.profiler_output_name=cachegrind.out.%t.%p
;xdebug.profiler_output_dir="D:/developsoftware/wamp/tmp"
;xdebug.show_local_vars=0
下面是在网上找的,感谢:http://jingyan.baidu.com/album/cbcede0729988102f40b4d9c.html?picindex=2
原文:http://www.cnblogs.com/sengling/p/5117801.html