Last active
December 28, 2015 17:29
-
-
Save pfaocle/7536678 to your computer and use it in GitHub Desktop.
Enables xdebug for PHP CLI (e.g. Drush).
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_CONFIG="profiler_enable=1" | |
XDEBUG_CONFIG="idekey=phpstorm" | |
export XDEBUG_CONFIG |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment