In this entry i will try to publicly memorize my XDebug-configuration changes.
For now, showing more depth is the main one, in my config i have typed:
xdebug.var_display_max_depth=12
The default value is 3, which just doesn’t cover most of my multidimensional combined-key arrays.
Advertisement