Vagrant + Xdebug + Atom
问题 I have a vagrant box with xdebug installed, running on OSX, but Im struggling to get the Atom xdebug plugin ( php-debug ) to connect to it. I pasted the phpinfo(); data into the xdebug validation site and it said all was good. And you can see all the xdebug settings. I have mapped port 9000 in the vagrant file. config.vm.network :forwarded_port, guest: 9000, host: 9000 The vagrant box has host only network that exposes 192.168.10.100 as the IP of the server. And I've tried all manner of