Skip to content

Instantly share code, notes, and snippets.

@tommcfarlin
Created January 13, 2017 15:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tommcfarlin/55caa7164a4cf980b21b626533173043 to your computer and use it in GitHub Desktop.
Save tommcfarlin/55caa7164a4cf980b21b626533173043 to your computer and use it in GitHub Desktop.
[WordPress] MAMP, Xdebug, and Visual Studio Code
[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