Skip to content

Instantly share code, notes, and snippets.

@dyangrev
Created August 5, 2014 21:14
Show Gist options
  • Select an option

  • Save dyangrev/71b9e8d17b9e497c2068 to your computer and use it in GitHub Desktop.

Select an option

Save dyangrev/71b9e8d17b9e497c2068 to your computer and use it in GitHub Desktop.
xdebug.collect_params=2
xdebug.default_enable=0 # do not enable by default
# profiler config
xdebug.profiler_output_dir=/var/log/xdebug
xdebug.profiler_append=1
xdebug.profiler_enable=0
# trigger manually only
xdebug.profiler_enable_trigger=1
xdebug.profiler_output_name=profile.%R.%t
# trace config
xdebug.trace_output_dir=/var/log/xdebug
xdebug.auto_trace=0
# trigger manually only
xdebug.trace_enable_trigger=1
xdebug.trace_options=1
xdebug.trace_output_name=trace.%R.%t
xdebug.show_mem_delta=1
xdebug.trace_format=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment