Skip to content

Instantly share code, notes, and snippets.

@batandwa
Last active August 29, 2015 14:03
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 batandwa/ec5a2c7baa5c1de9b070 to your computer and use it in GitHub Desktop.
Save batandwa/ec5a2c7baa5c1de9b070 to your computer and use it in GitHub Desktop.
Check list for debugging Xdebug remote debugging issues

Host

  1. Check that the Xdebug is installed and loaded on your host. Run a phpinfo() script?
  2. Is xdebug.remote_enable enabled?
  • Is the IP in xdebug.remote_host correct?

Client

  1. Does your xdebug.remote_port match what is set in your client?
  2. Is xdebug.remote_port open on your client?
  3. Are your file paths and site root setup correctly on your IDE or text editor?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment