Created
February 4, 2016 02:21
-
-
Save keg/e78aa0c714a6b57e7498 to your computer and use it in GitHub Desktop.
xdebug config
This file contains hidden or 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/20131226/xdebug.so" | |
xdebug.extended_info = 1 | |
xdebug.remote_autostart = 1 | |
xdebug.remote_enable = 1 | |
xdebug.remote_handler = dbgp | |
xdebug.remote_host = 127.0.0.1 | |
xdebug.remote_port = "9000" | |
xdebug.profiler_enable_trigger = 1 | |
xdebug.profiler_output_dir = /tmp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment