Skip to content

Instantly share code, notes, and snippets.

@abenevaut
Last active March 9, 2024 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abenevaut/d9e6bc463af40c61c4e8249c2528cbeb to your computer and use it in GitHub Desktop.
Save abenevaut/d9e6bc463af40c61c4e8249c2528cbeb to your computer and use it in GitHub Desktop.
  • xDebug PHP 8.0 with PHPStorm on Mac
// /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