Skip to content

Instantly share code, notes, and snippets.

@matgargano
Created August 12, 2019 23:41
Show Gist options
  • Save matgargano/c691858820582c9e6f1360c28cd316d3 to your computer and use it in GitHub Desktop.
Save matgargano/c691858820582c9e6f1360c28cd316d3 to your computer and use it in GitHub Desktop.
xdebug
[xdebug]
zend_extension="/Applications/MAMP//bin/php/php7.2.20/lib/php/extensions/no-debug-non-zts-20170718/xdebug.so"
xdebug.remote_enable=true
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_autostart=1
xdebug.profiler_enable=0
xdebug.profiler_enable_trigger=1
xdebug.profiler_output_dir=/Applications/MAMP/tmp
xdebug.idekey=VAGRANT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment