Created
July 18, 2024 12:05
-
-
Save renekreijveld/53846c52dc4bb072f3a2878c19978d8a to your computer and use it in GitHub Desktop.
PHP 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 = "xdebug.so" | |
xdebug.mode = develop,debug | |
xdebug.start_with_request = yes | |
xdebug.client_host = 127.0.0.1 | |
xdebug.discover_client_host = 1 | |
xdebug.client_port = 9003 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment