Skip to content

Instantly share code, notes, and snippets.

@AskChanDra
Created January 16, 2022 07:48
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 AskChanDra/66ab63e023138a26ac3c4c35d1431413 to your computer and use it in GitHub Desktop.
Save AskChanDra/66ab63e023138a26ac3c4c35d1431413 to your computer and use it in GitHub Desktop.
xDebug for MAMP
[xdebug]
zend_extension="/Applications/MAMP/bin/php/php7.4.12/lib/php/extensions/no-debug-non-zts-20190902/xdebug.so"
xdebug.remote_enable=1
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_autostart=1
xdebug.profiler_enable=0
xdebug.profiler_output_dir="/Applications/MAMP/tmp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment