xdebug配置
Posted phpper
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xdebug配置相关的知识,希望对你有一定的参考价值。
[XDebug] ;指定性能分析文件的存放目录 xdebug.profiler_output_dir="D:phpStudy mpxdebug" xdebug.trace_output_dir="D:phpStudy mpxdebug" zend_extension="D:phpStudyphpphp-7.1.19-ntsextphp_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配置的主要内容,如果未能解决你的问题,请参考以下文章