xdebug配置

[XDebug]
;指定性能分析文件的存放目录
xdebug.profiler_output_dir="D:\phpStudy\tmp\xdebug"
xdebug.trace_output_dir="D:\phpStudy\tmp\xdebug"
zend_extension="D:\phpStudy\php\php-7.1.19-nts\ext\php_xdebug.dll"
xdebug.remote_enable = On
;启用性能检测分析
xdebug.profiler_enable = On
;允许收集传递给函数的参数变量
xdebug.collect_params=on
;允许收集函数调用返回的值
xdebug.collect_return=on
;启用代码自动跟踪
xdebug.auto_trace=On
xdebug.profiler_enable_trigger = On
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.show_local_vars=0
;配置端口和监听的域名
xdebug.remote_port=9100
;xdebug.remote_host="localhost"
xdebug.idekey="PhpStorm"

 未完待续...

posted @ 2018-12-06 18:18  周伯通之草堂  阅读(329)  评论(0编辑  收藏  举报