Last active
September 12, 2018 10:06
-
-
Save Marko-M/9588211 to your computer and use it in GitHub Desktop.
Xdebug trace with ?XDEBUG_TRACE trigger
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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