Last active
October 8, 2019 13:09
-
-
Save clemherreman/0079334759272518f9d3 to your computer and use it in GitHub Desktop.
CLI xdebug distant VM
This file contains hidden or 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 phpdebug='PHP_IDE_CONFIG="serverName=website.dev" XDEBUG_CONFIG="idekey=PHPSTORM" php -d xdebug.remote_host=10.0.2.2 -d xdebug.remote_connect_back=0' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment