- xDebug PHP 8.0 with PHPStorm on Mac
Last active
March 9, 2024 23:06
-
-
Save abenevaut/d9e6bc463af40c61c4e8249c2528cbeb to your computer and use it in GitHub Desktop.
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
// /usr/local/etc/php/8.0/conf.d/ext-xdebug.ini | |
zend_extension=xdebug.so | |
xdebug.mode=develop,debug,coverage | |
xdebug.start_with_request=yes | |
xdebug.discover_client_host=0 | |
xdebug.client_host=127.0.0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment