Last active
September 16, 2016 06:04
-
-
Save hanhpv/4e16a87d712deafe761cc31b8f17a0d3 to your computer and use it in GitHub Desktop.
XDebug configuration
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/php70-xdebug/xdebug.so" | |
xdebug.remote_enable=true | |
xdebug.remote_host=localhost | |
xdebug.remote_port=10000 | |
xdebug.remote_handler=dbgp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment