您的位置:首页 > 编程语言 > PHP开发

xdebug配置备份,PHP的同学们可以收藏下!

2013-07-09 14:20 267 查看


[xdebug]

zend_extension=/usr/lib/php5/20090626+lfs/xdebug.so

xdebug.auto_trace=On

xdebug.collect_params=On

xdebug.collect_return=On

xdebug.trace_output_dir="/var/log/xdebug"

xdebug.profiler_enable=On

xdebug.profiler_output_dir="/var/log/xdebug"

xdebug.profiler_output_name="cachegrind.out.%p"

xdebug.remote_enable=On

xdebug.remote_handler=dbgp

xdebug.remote_host=localhost

xdebug.remote_port=9000

xdebug.var_display_max_depth=10;

记得创建并修改/var/log/xdebug目录的权限。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: