Created
June 12, 2013 15:25
-
-
Save Swop/5766293 to your computer and use it in GitHub Desktop.
PHP CLI Debug with Vagrant, XDebug and a allready configured PHPStorm
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
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