I\'m trying to get remote debugging to work. The PHP is running on a VM and I\'m trying to debug from NetBeans on the host machine.
I\'ve followed the instructions here
If you have this in your log file:
I: Connected to client. :-)
That means that Xdebug has successfully made a connection to the IDE.
The IDE (netbeans) simply then shuts down the connection without even attempting to send any information. This happens if it doesn't know what to do with the filename (file:///home/dev/web/projects/project.com.vm/httpdocs/index.php
) in your example. The reason for this is that you do not have the correct path mapping set-up in your IDE.