xdebug配置

Posted dingqing

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xdebug配置相关的知识,希望对你有一定的参考价值。

;[xdebug]
xdebug.trace_output_dir=/home/hello/xdebug
xdebug.profiler_output_dir = ‘/home/hello/xdebug‘
xdebug.profiler_enable = On
xdebug.profiler_enable_trigger = 1

xdebug.remote_enable=1
xdebug.remote_mode=req
xdebug.remote_handler=dbgp
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9001
xdebug.remote_log="/home/hello/xdebug/xdebug.log"
xdebug.remote_autostart = 1
xdebug.show_local_vars = 1
xdebug.idekey = phpSTORM
zend_extension=/usr/lib/php/20170718/xdebug.so














以上是关于xdebug配置的主要内容,如果未能解决你的问题,请参考以下文章

php扩展之xdebug配置

Xdebug 配置

xdebug配置

xdebug 配置

Phpstorm-Xdebug配置

xdebug配置