Skip to content

Instantly share code, notes, and snippets.

@clemherreman
Last active October 8, 2019 13:09
Show Gist options
  • Save clemherreman/0079334759272518f9d3 to your computer and use it in GitHub Desktop.
Save clemherreman/0079334759272518f9d3 to your computer and use it in GitHub Desktop.
CLI xdebug distant VM
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