再遇xdebug坑

Posted cxscode

tags:

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

xdebug.remote_handler=dbgp
xdebug.idekey=phpSTORM
;开启远程调试
xdebug.remote_enable = On
;远程主机
xdebug.remote_host=localhost
;主机端口
xdebug.remote_port=9001
;开启自动跟踪
xdebug.auto_trace = On
;开启异常跟踪
xdebug.show_exception_trace = On
;开启远程调试自动启动
xdebug.remote_autostart = On
;收集变量
xdebug.collect_vars = On
;收集返回值
xdebug.collect_return = On
;收集参数
xdebug.collect_params = On
;临时跟踪信息输出
;xdebug.trace_output_dir="d:/PHP/php-5.3.28/temp"
;显示局部变量
xdebug.show_local_vars = On
xdebug.profiler_enable = On
;xdebug.profiler_output_dir ="d:/PHP/php-5.3.28/temp"
xdebug.trace_enable_trigger =On
xdebug.remote_autostart = On

 

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

复利计算器4.0之再遇JUnit

phpstorm调试环境XDebug搭建

充满BUG的世界观——再遇Java内存泄露

xdebug未经验证的断点

php下的Debug的调试

QT 实用代码片段