-
-
Save tommcfarlin/55caa7164a4cf980b21b626533173043 to your computer and use it in GitHub Desktop.
[WordPress] MAMP, Xdebug, and Visual Studio Code
This file contains 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] | |
MAMP_Xdebug_MAMPzend_extension="/Applications/MAMP/bin/php/php5.6.28/lib/php/extensions/no-debug-non-zts-20131226/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