Last active
February 16, 2018 08:42
-
-
Save BramEsposito/579c36b38af15c56efd1 to your computer and use it in GitHub Desktop.
How to enable Drush debugging on MAMP
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
# set the correct php.ini for drush! | |
export PHPRC='/Library/Application Support/appsolute/MAMP PRO/conf/' | |
export PHP_OPTIONS="-dxdebug.remote_autostart=On -didekey=PHPSTORM -dremote_host=localhost -dprofiler_enable=1" | |
# FROM https://www.deeson.co.uk/labs/debugging-drupal-drush-real-time-phpstorm-and-xdebug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment