Skip to content

Instantly share code, notes, and snippets.

@LeeSaferite
Created July 13, 2016 12:42
Show Gist options
  • Save LeeSaferite/238c93f5c6cb944c66b0eb8fa27d903a to your computer and use it in GitHub Desktop.
Save LeeSaferite/238c93f5c6cb944c66b0eb8fa27d903a to your computer and use it in GitHub Desktop.
Run PHP xdebug from the CLI
PHP_IDE_CONFIG='serverName=SOME_SERVER' php -d xdebug.remote_autostart=1 some_script.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment