Created
September 25, 2018 12:00
-
-
Save artembeloglazov/92b49b491023ae6e4d0fddf688b3c846 to your computer and use it in GitHub Desktop.
Docker + xdebug
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/local/lib/php/extensions/no-debug-non-zts-20151012/xdebug.so | |
xdebug.remote_enable=1 | |
xdebug.remote_host=10.20.2.63 | |
xdebug.idekey=PHPSTORM | |
#xdebug.profiler_enable=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment