On Thu, Dec 31, 2015 at 7:40 PM, Techman224 techman224@techman224.ca wrote:
It seems to be picking up the connection, but I don’t think the breakpoints are working properly. When I put in a breakpoint, it seems to ignore it. But when I check “Break at first line in PHP scripts", it breaks on index.php. This is pretty much useless for debugging.
Sounds like path matching is not set up. (Settings > Languages & Frameworks
PHP > Servers) Your host machine's vagrant directory should be set to
/vagrant and you should copy the guest machnie's /var/www directory to some place that's accessible on your host machine, and set it accordingly. (E.g. run "cp -R /var/www /vagrant/docroot" on the guest machine and then set <your vagrant folder>/docroot to /var/www in the Servers menu.)