Skip to content

Instantly share code, notes, and snippets.

@scottdriscoll
Created April 29, 2015 22:51
Show Gist options
  • Save scottdriscoll/09b233a1645e1f2b8da1 to your computer and use it in GitHub Desktop.
Save scottdriscoll/09b233a1645e1f2b8da1 to your computer and use it in GitHub Desktop.
zend_extension=/usr/lib/php5/20131226/xdebug.so
xdebug.remote_enable=1
xdebug.remote_port=9000
xdebug.show_local_vars=0
xdebug.var_display_max_data=10000
xdebug.var_display_max_depth=20
xdebug.show_exception_trace=0
xdebug.max_nesting_level=10000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment