Skip to content

Instantly share code, notes, and snippets.

@pfaocle
Last active December 28, 2015 17:29
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save pfaocle/7536678 to your computer and use it in GitHub Desktop.
Enables xdebug for PHP CLI (e.g. Drush).
#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