ini 用于分析的活动Xdebug
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ini 用于分析的活动Xdebug相关的知识,希望对你有一定的参考价值。
[xdebug]
;XAMPP Win example
;zend_extension = "c:\xampp\php\ext\php_xdebug32.dll"
;xdebug.trace_output_dir ="\xampp\tmp"
;Linux Path
zend_extension="/usr/lib64/php/20100525/xdebug.so"
xdebug.profiler_output_dir = /var/local/xdebug
xdebug.default_enable = 1
xdebug.profiler_enable = 0
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_name = "callgrind.%s.%R.%p.out"
xdebug.remote_connect_back = 1
xdebug.remote_enable = 1
xdebug.remote_host = 127.0.0.1
xdebug.remote_port = 9000
xdebug.collect_params = 4
xdebug.dump_globals = 1
xdebug.dump.SERVER = REQUEST_URI
xdebug.show_local_vars = 1
xdebug.extended_info = 1
xdebug.idekey = PHPSTORM
xdebug.auto_trace = 0
xdebug.trace_enable_trigger = 1
xdebug.trace_format = 1
xdebug.trace_options = 0
以上是关于ini 用于分析的活动Xdebug的主要内容,如果未能解决你的问题,请参考以下文章
XDebug 不适用于 xampp
如何使用 Xdebug 分析单个 php 文件?
Xdebug开源PHP程序调试器
XAMPP 中的 php.ini 中缺少 XDebug 配置
qcachegrind 错误:未知的文件格式。从 php xdebug 生成的文件
ini xampp_xdebug_php.ini