These are notes on setting up Xdebug with Vagrant.
- The settings in 15-xdebug.ini are what I used in my Vagrant VM.
- I use Xdebug helper in Chromium with an IDE key of "vagrant"
- In Atom - I have php-debug installed and set to listen on 9000 and have "/dev/vm/path;/home/local/path" set in my path maps
- In vim - I have Vdebug installed and it will listen properly on 9000 (I need to explore more options here)