How to get __debugInfo to work with XDebug?

时光怂恿深爱的人放手 提交于 2019-12-22 07:04:01

问题


It seems __debugInfo does not work when xdebug overwrites var_dump.

Is there anyway to make this work?

I am using PHP 5.6.0 and XDebug 2.2.5


回答1:


This is now fixed in Xdebug - soon to be released: https://github.com/xdebug/xdebug/commit/14159486d8d77732b5ae193ca9431bae80c94074



来源:https://stackoverflow.com/questions/26835450/how-to-get-debuginfo-to-work-with-xdebug

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!