Skip to content

Instantly share code, notes, and snippets.

@davdenic
Last active October 25, 2018 11:48
Show Gist options
  • Save davdenic/ff3e27ef1d598b74d4e4447ed4434c7c to your computer and use it in GitHub Desktop.
Save davdenic/ff3e27ef1d598b74d4e4447ed4434c7c to your computer and use it in GitHub Desktop.
Xdebug PHPStorm DDEV Docker

in .ddev folder add a file .ddev/php/xdebug.ini with this:

xdebug.remote_host=10.254.254.254

in PHPStorm in the preferences \ PHP \ Debug \ DBGp Proxy

Host: 10.254.254.254
Port: 9000

in terminal run

sudo ifconfig en0 alias 10.254.254.254 255.255.255.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment