Created
October 28, 2021 21:00
-
-
Save DaveDevYT/2af7259c390a90c6b53fd68d2806dc0b to your computer and use it in GitHub Desktop.
php.ini configuration for adding XDebug
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 = "C:\xampp\php\ext\php_xdebug-3.0.4-8.0-vs16-x86_64.dll" | |
xdebug.mode = debug | |
xdebug.stopOnEntry = true | |
xdebug.start_with_request = yes | |
xdebug.client_host = "127.0.0.1" | |
xdebug.client_port = 9000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment