Created
November 17, 2015 08:35
-
-
Save bordeo/68c14fb64901dc9d39dc to your computer and use it in GitHub Desktop.
Xdebug Configuration file
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
[xdebug] | |
zend_extension="/usr/local/opt/php56-xdebug/xdebug.so" | |
xdebug.remote_enable=on | |
xdebug.remote_port=10000 | |
xdebug.remote_mode=req | |
xdebug.remote_handler=dbgp | |
xdebug.remote_host=localhost | |
xdebug.idekey="PHPSTORM" | |
xdebug.remote_log="/usr/local/var/log/apache2/xdebug_remote.log" | |
xdebug.remote_autostart=0 | |
xdebug.profiler_enable=1 | |
xdebug.profiler_output_dir="/Users/alex/Download/xdebug-profiler" | |
xdebug.profiler_enable_trigger=1 | |
xdebug.profiler_enable_trigger_value=1 | |
xdebug.auto_trace = 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment