Last active
August 29, 2015 14:21
-
-
Save TomK/a3fdb3eb4635e958b217 to your computer and use it in GitHub Desktop.
Bash aliases for PHP CLI XDebug remote debugging and profiling
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
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