码迷,mamicode.com
首页 > Web开发 > 详细

php扩展之xdebug配置

时间:2017-08-22 01:40:49      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:hand   ext   options   sig   auto   mat   127.0.0.1   assign   debug   

[XDebug]
xdebug.auto_trace = 1
xdebug.trace_format = 0
xdebug.trace_output_dir = "C:\xampp\htdocs\xdebug"
xdebug.trace_options = 0

xdebug.collect_params = 4
xdebug.collect_return = 1
xdebug.collect_vars = 1
xdebug.collect_assignments = 1

xdebug.profiler_append = 0
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir = "C:\xampp\htdocs\xdebug"
xdebug.profiler_output_name = "cache.out.%t-%s"

xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
zend_extension = "C:\xampp\php\ext\php_xdebug-2.5.4-5.6-vc11.dll"

php扩展之xdebug配置

标签:hand   ext   options   sig   auto   mat   127.0.0.1   assign   debug   

原文地址:http://www.cnblogs.com/xiaolangjun/p/7407329.html

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