1. 程式人生 > >xdebug配置

xdebug配置

style ram div trigger trac 啟用 show deb code

[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配置