Skip to content
Michael Woodward edited this page Feb 4, 2017 · 1 revision

Starts the network loopback to allow Xdebug from Docker

Aliases:
    - xdebug

Usage:
    workflow xdebug-loopback

Under the hood this will run the following command

sudo ifconfig lo0 alias 10.254.254.254
Clone this wiki locally