Skip to content

Instantly share code, notes, and snippets.

@zoka123
Last active July 5, 2017 08:09
Show Gist options
  • Save zoka123/5acff1e71e010c96304a315be16ab6c6 to your computer and use it in GitHub Desktop.
Save zoka123/5acff1e71e010c96304a315be16ab6c6 to your computer and use it in GitHub Desktop.
Start Xdebug for CLI and phpunit tests
export XDEBUG_CONFIG="remote_enable=1 remote_mode=req remote_port=9000 remote_host=127.0.0.1 remote_connect_back=0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment