Debugger does not showing array property
Is there a way to view the additional children array values? I am currently using xdebug v2.5.0
I have the following settings in my php.ini file
xdebug.var_display_max_depth=1023
xdebug.var_display_max_data=-1
xdebug.var_display_max_children=-1
Any help is appreciated

Please sign in to leave a comment.
Unfortunately, that is not something you can adjust in PhpStorm: https://youtrack.jetbrains.com/issue/WI-24762