博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
php扩展之xdebug配置
阅读量:6131 次
发布时间:2019-06-21

本文共 638 字,大约阅读时间需要 2 分钟。

[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"

转载于:https://www.cnblogs.com/xiaolangjun/p/7407329.html

你可能感兴趣的文章
新手如何学习 jQuery?
查看>>
配置spring上下文
查看>>
Python异步IO --- 轻松管理10k+并发连接
查看>>
mysql-python模块编译问题解决
查看>>
Oracle中drop user和drop user cascade的区别
查看>>
【Linux】linux经常使用基本命令
查看>>
HTML模块化:使用HTML5 Boilerplate模板
查看>>
登记申请汇总
查看>>
Google最新截屏案例详解
查看>>
Office WORD如何取消开始工作右侧栏
查看>>
Android Jni调用浅述
查看>>
CodeCombat森林关卡Python代码
查看>>
第一个应用程序HelloWorld
查看>>
(二)Spring Boot 起步入门(翻译自Spring Boot官方教程文档)1.5.9.RELEASE
查看>>
Android Annotation扫盲笔记
查看>>
React 整洁代码最佳实践
查看>>
聊聊架构设计做些什么来谈如何成为架构师
查看>>
Java并发编程73道面试题及答案
查看>>
移动端架构的几点思考
查看>>
Spark综合使用及用户行为案例区域内热门商品统计分析实战-Spark商业应用实战...
查看>>