Skip to content

Instantly share code, notes, and snippets.

@rashkur
Forked from Snawoot/15-xdebug.ini
Created April 21, 2017 19:56
Show Gist options
  • Save rashkur/091f00b896842ef86974291544c7ba72 to your computer and use it in GitHub Desktop.
Save rashkur/091f00b896842ef86974291544c7ba72 to your computer and use it in GitHub Desktop.
zend_extension=/usr/lib64/php/modules/xdebug.so
xdebug.trace_enable_trigger=1
xdebug.trace_output_dir=/var/traces
xdebug.collect_params=4
xdebug.overload_var_dump=0
xdebug.profiler_enable_trigger=1
xdebug.profiler_output_dir=/var/profiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment