Skip to content

Instantly share code, notes, and snippets.

@supercid
Created June 6, 2018 11:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save supercid/67f20e9140acb95e0a664458a2495cea to your computer and use it in GitHub Desktop.
Save supercid/67f20e9140acb95e0a664458a2495cea to your computer and use it in GitHub Desktop.
Enable xdebug for command line applications
export XDEBUG_CONFIG="remote_enable=1 remote_mode=req remote_port=9002 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