Petah
Petah

Reputation: 46040

How to get __debugInfo to work with XDebug?

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

Upvotes: 6

Views: 696

Answers (1)

Derick
Derick

Reputation: 36784

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

Upvotes: 2

Related Questions