Skip to content

Instantly share code, notes, and snippets.

@osrecio
Created November 16, 2016 14:41
Show Gist options
  • Save osrecio/d4d09940666c980da340704268337fce to your computer and use it in GitHub Desktop.
Save osrecio/d4d09940666c980da340704268337fce to your computer and use it in GitHub Desktop.
xdebug.remote_enable=1
xdebug.max_nesting_level = 500
xdebug.remote_connect_back=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.remote_autostart = on
xdebug.remote_host = "127.0.0.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment