Skip to content

Instantly share code, notes, and snippets.

@mklasen
Last active August 30, 2017 17:29
Show Gist options
  • Save mklasen/0c2f62dfee83c616d0949ff37b00ce45 to your computer and use it in GitHub Desktop.
Save mklasen/0c2f62dfee83c616d0949ff37b00ce45 to your computer and use it in GitHub Desktop.
Set depth/children of xdebug's var_dump
ini_set('xdebug.var_display_max_depth', -1);
ini_set('xdebug.var_display_max_children', -1);
ini_set('xdebug.var_display_max_data', -1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment