xdebug php.ini 配置

  

[xdebug]
zend_extension = D:\phpstudy8.0\Extensions\php\php7.3.4nts\ext\php_xdebug-2.7.2-7.3-vc15-nts-x86_64.dllphp

xdebug.remote_enable = On
;啓用性能檢測分析
xdebug.profiler_enable = 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_enable = 1 php7

;關鍵
xdebug.remote_autostart = 1 性能

相關文章
相關標籤/搜索