首页 > 其他 > 详细

xdebug 配置

时间:2014-07-30 09:44:33      阅读:324      评论:0      收藏:0      [点我收藏+]

[Xdebug]

zend_extension_ts="D:\wamp\bin\php\php5.2.9-2\ext\php_xdebug.dll"

;是否开启自动跟踪
xdebug.auto_trace = On

;是否开启异常跟踪
xdebug.show_exception_trace = On

;是否开启远程调试自动启动
xdebug.remote_autostart = On

;是否开启远程调试
xdebug.remote_enable = On

;允许调试的客户端IP
xdebug.remote_host=localhost

xdebug.idekey="PHPSTORM"

;远程调试的端口(默认9000)
xdebug.remote_port=9000

;调试插件dbgp
xdebug.remote_handler=dbgp

;是否收集变量
xdebug.collect_vars = On

;是否收集返回值
xdebug.collect_return = On

;是否收集参数
xdebug.collect_params = On

;跟踪输出路径
xdebug.trace_output_dir="D:\xdebug"

;是否开启调试内容
xdebug.profiler_enable=On

;调试输出路径
xdebug.profiler_output_dir="D:\xdebug"

xdebug 配置,布布扣,bubuko.com

xdebug 配置

原文:http://www.cnblogs.com/jimzbom/p/3877091.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!