码迷,mamicode.com
首页 > 其他好文 > 详细

再遇xdebug坑

时间:2017-09-13 19:23:21      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:cep   art   put   class   自动启动   tor   trigger   返回值   pst   

技术分享

技术分享

技术分享

技术分享

技术分享

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坑

标签:cep   art   put   class   自动启动   tor   trigger   返回值   pst   

原文地址:http://www.cnblogs.com/cxscode/p/7516689.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!