xdebug: var_dump函数设置
在安装xdebug之后,php原来的var_dump方法会被改变,显示效果变得更加友好。
http://xdebug.org/docs/display 上的说明:
Xdebug replaces PHP\'s var_dump() function for displaying variables. Xdebug\'s version includes different colors for different types and places limits on the amount of array elements/object properties, maximum depth and string lengths. There are a few other functions dealing with variable display as well.
虽然显示更加友好了,但是在默认的设置下,经常会使复杂的数组和对象不能完整的显示。反而不利于我们调试。此时,只要在程序中动态修改下面三个值就可以了:
ini_set(\'xdebug.var_display_max_children\', 128 );//xdebug.var_display_max_children Type: integer, Default value: 128
ini_set(\'xdebug.var_display_max_data\', 512 );//Type: integer, Default value: 512
ini_set(\'xdebug.var_display_max_depth\', 3);//Type: integer, Default value: 3
最后这个是指复杂的数组或对象显示时候的“深度”了。
建议继续学习:
- Xdebug使用指南 (阅读:3241)
- xdebug 配置,在这里备份下 (阅读:2366)
- Ubuntu 下为 PHP 添加 Xdebug 插件 (阅读:2370)
- 使用xdebug调试PHP 找出PHP程序的瓶颈 (阅读:2250)
- 前端开发中的性能那点事(一)巧用xdebug (阅读:2046)
扫一扫订阅我的微信号:IT技术博客大学习
- 作者:rethink 来源: 博客园-rethink log
- 标签: var_dump xdebug
- 发布时间:2009-11-09 13:30:04
- [65] Oracle MTS模式下 进程地址与会话信
- [65] Go Reflect 性能
- [64] 如何拿下简短的域名
- [59] android 开发入门
- [59] IOS安全–浅谈关于IOS加固的几种方法
- [58] 图书馆的世界纪录
- [58] 【社会化设计】自我(self)部分――欢迎区
- [53] 视觉调整-设计师 vs. 逻辑
- [47] 界面设计速成
- [46] 读书笔记-壹百度:百度十年千倍的29条法则