Last active
April 5, 2019 20:59
-
-
Save mmenavas/5e43a9f688271b7ea11df3243377c301 to your computer and use it in GitHub Desktop.
xDebug in Docker for Mac
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
[xdebug] | |
zend_extension=xdebug.so | |
xdebug.idekey = PHPSTORM | |
xdebug.remote_enable = 1 | |
xdebug.remote_port = 9000 | |
xdebug.remote_host=host.docker.internal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment