在php.ini里的 xdebug 节点中,加入如下文章地址https://www.yii666.com/article/764179.html文章来源地址:https://www.yii666.com/article/764179.html
xdebug.var_display_max_children=128 #子级节点最多显示的的字符数
xdebug.var_display_max_data=512 #最多显示的字符数量
xdebug.var_display_max_depth=5 #最多显示的层级 网址:yii666.com
然后重启PHP服务即可。
然后就ok了!