Skip to content

Instantly share code, notes, and snippets.

@irfanbaigse
Created January 13, 2022 06:35
Show Gist options
  • Save irfanbaigse/d3199367019a5d18a170454ea455d88e to your computer and use it in GitHub Desktop.
Save irfanbaigse/d3199367019a5d18a170454ea455d88e to your computer and use it in GitHub Desktop.
php xdebug config for phpstorm mac
# subl /usr/local/etc/php/7.3/conf.d/ext-xdebug.ini
[xdebug]
xdebug.mode = debug
xdebug.max_nesting_level = 1000
xdebug.start_with_request=yes
xdebug.client_port=9090
xdebug.client_host=127.0.0.1
xdebug.discover_client_host=1
xdebug.idekey=PHPSTORM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment