码迷,mamicode.com
首页 > 其他好文 > 详细

xdebug配置

时间:2018-12-06 20:13:44      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:跟踪   函数调用   dll   storm   cal   span   目录   检测   enable   

[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"

 未完待续...

xdebug配置

标签:跟踪   函数调用   dll   storm   cal   span   目录   检测   enable   

原文地址:https://www.cnblogs.com/phpper/p/10078001.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!