Skip to content

Instantly share code, notes, and snippets.

@afterdesign
Created January 13, 2016 12:38
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 afterdesign/bd5b6bdcf99afbdce47d to your computer and use it in GitHub Desktop.
Save afterdesign/bd5b6bdcf99afbdce47d to your computer and use it in GitHub Desktop.
zend_extension=xdebug.so
xdebug.remote_enable = 1
xdebug.remote_autostart = 0
xdebug.remote_connect_back = 1
xdebug.profiler_enable = 0
xdebug.profiler_output_dir = /var/log/xdebug/
xdebug.profiler_enable_trigger = 1
xdebug.show_mem_delta = 1
xdebug.trace_format = 0
xdebug.trace_output_dir = /var/log/xdebug/
xdebug.trace_enable_trigger = 1
xdebug.auto_trace = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment