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

xdebug配置

时间:2015-05-04 13:28:11      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:

通过phpinfo.php查看到vc几的 php version thread safety 等等信息。

但这个不管用,直接用phpstudy转换几个其他的版本组合。

--------------

查看一下xdebug的配置信息。

拷贝到php.ini; PHPinfo.ini的路径在phpinfo.php中。

-------------------

xdebug.profiler_append = 0

xdebug.profiler_enable = 1

xdebug.profiler_enable_trigger = Off

xdebug.profiler_output_dir ="D:\phpStudy\tmp\xdebug"

;xdebug.trace_output_dir ="D:\phpStudy\tmp\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="D:\phpStudy\php53n\ext\xdebug.dll"

xdebug.remote_autostart=1

xdebug.remote_port=9000

xdebug.idekey="CLUJ3$"

xdebug配置

标签:

原文地址:http://www.cnblogs.com/qinqiu/p/4475857.html

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