Last active
December 21, 2015 06:18
-
-
Save alexey-detr/6262866 to your computer and use it in GitHub Desktop.
My Xdebug configuration. It's pretty handy.
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/20100525/xdebug.so | |
xdebug.profiler_enable_trigger=1 | |
xdebug.remote_enable=1 | |
xdebug.remote_port=9900 | |
xdebug.profiler_output_name=cachegrind.out.%u |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment