Skip to content

Instantly share code, notes, and snippets.

@Swop
Created June 12, 2013 15:25
Show Gist options
  • Save Swop/5766293 to your computer and use it in GitHub Desktop.
Save Swop/5766293 to your computer and use it in GitHub Desktop.
PHP CLI Debug with Vagrant, XDebug and a allready configured PHPStorm
export PHP_IDE_CONFIG=serverName=mywebsite.lan
php -dxdebug.remote_host=192.168.33.1 app/console ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment