Xdebug.overload_var_dump (configuration removed in Xdebug 3) and now?

Asked

Viewed 42 times

0

The configuration of Xdebug.overload_var_dump removed in the Xdebug 3, in the documentation appears

Xdebug.overload_var_dump Has been Removed. PHP’s var_dump() is now Always overloaded through xdebug_var_dump() when Xdebug.mode is set to develop. The xdebug_var_dump() Function is available Independent of which mode is configured.

this setting has been removed does not work anymore...

ini_set('xdebug.overload_var_dump', 1);

As I do now, to remove the file path line of var_dump with the Xdebug 3?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.