Skip to content

Instantly share code, notes, and snippets.

@Marko-M
Last active September 12, 2018 10:06
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Marko-M/9588211 to your computer and use it in GitHub Desktop.
Save Marko-M/9588211 to your computer and use it in GitHub Desktop.
Xdebug trace with ?XDEBUG_TRACE trigger
zend_extension=/usr/lib/php5/20121212/xdebug.so
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.auto_trace=0
xdebug.trace_enable_trigger=1
xdebug.trace_format=0
xdebug.trace_output_name=trace.%R
xdebug.collect_params=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment