Skip to content

Instantly share code, notes, and snippets.

@nomisoft
Created November 10, 2015 10:43
Show Gist options
  • Save nomisoft/5cdaee6a9483206feb8b to your computer and use it in GitHub Desktop.
Save nomisoft/5cdaee6a9483206feb8b to your computer and use it in GitHub Desktop.
# Alias shortcut for php command line debugging, useful for debugging command line apps in PhpStorm
# Usage: phpdebug app/console mycommand
alias phpdebug="php -dxdebug.remote_enable=1 -dxdebug.remote_mode=req -dxdebug.remote_port=9000 -dxdebug.remote_host=127.0.0.1 -dxdebug.remote_connect_back=0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment