Created
January 7, 2021 22:21
XDEBUG 3 Configuration PHP Dockerized
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=xdebug | |
xdebug.mode = debug | |
xdebug.start_with_request = yes | |
xdebug.log = /tmp/xdebug.log | |
xdebug.client_host = 172.17.0.1 | |
xdebug.client_port = 9003 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment