Skip to content

Instantly share code, notes, and snippets.

@frak
Created March 3, 2015 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frak/b62299315218edb0fd62 to your computer and use it in GitHub Desktop.
Save frak/b62299315218edb0fd62 to your computer and use it in GitHub Desktop.
xdebug conf
xdebug.remote_connect_back=1
xdebug.remote_enable=1
xdebug.remote_port=9000
xdebug.remote_autostart=1
xdebug.show_exception_trace=0
xdebug.show_local_vars=0
xdebug.var_display_max_data=10000
xdebug.var_display_max_depth=20
xdebug.profiler_output_dir=/tmp
xdebug.idekey=PHPSTORM
xdebug.max_nesting_level = 50000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment