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/75438c5e7d7c5a4db261bcc094b55e2d to your computer and use it in GitHub Desktop.
Save rashkur/75438c5e7d7c5a4db261bcc094b55e2d 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
mkdir /var/{traces,profiles}
chmod 1777 /var/{traces,profiles}
curl http://domain.tld/index.php?XDEBUG_TRACE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment