Skip to content

Instantly share code, notes, and snippets.

@TomK
Last active August 29, 2015 14:21
Show Gist options
  • Save TomK/a3fdb3eb4635e958b217 to your computer and use it in GitHub Desktop.
Save TomK/a3fdb3eb4635e958b217 to your computer and use it in GitHub Desktop.
Bash aliases for PHP CLI XDebug remote debugging and profiling
alias phpx="php -d xdebug.remote_enable=1 -d xdebug.idekey=PHPSTORM -d xdebug.remote_autostart=1 -d xdebug.remote_connect_back=1"
alias phpp="php -d xdebug.profiler_enable=1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment