Created
August 12, 2019 23:41
-
-
Save matgargano/c691858820582c9e6f1360c28cd316d3 to your computer and use it in GitHub Desktop.
xdebug
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
[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