Skip to content

Instantly share code, notes, and snippets.

@scottdriscoll
Created April 26, 2016 17:47
Show Gist options
  • Save scottdriscoll/2864b75550c4791f5a55c66ee60766af to your computer and use it in GitHub Desktop.
Save scottdriscoll/2864b75550c4791f5a55c66ee60766af to your computer and use it in GitHub Desktop.
zend_extension=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
xdebug.remote_connect_back=1
xdebug.remote_autostart=1
xdebug.idekey="PhpStorm1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment