Skip to content

Instantly share code, notes, and snippets.

@bmsterling
Created March 5, 2012 14:06
Show Gist options
  • Save bmsterling/1978441 to your computer and use it in GitHub Desktop.
Save bmsterling/1978441 to your computer and use it in GitHub Desktop.
xdebug overrides
<?php
ini_set('xdebug.var_display_max_children', 3999 );
ini_set('xdebug.var_display_max_data', 3999 );
ini_set('xdebug.var_display_max_depth', 3999 );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment