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"
未完待续...
无论从事什么行业,只要做好两件事就够了,一个是你的专业、一个是你的人品,专业决定了你的存在,人品决定了你的人脉,剩下的就是坚持,用善良專業和真诚赢取更多的信任。