I have been trying to debug across two php projects using Xdebug in vagrant and PhpStorm. It worked for a while and now it has stopped working. Any help will be great.
Thank you for your response, I finally got it to work. The issue was caused by Xdebug.remote.connect_back set to true. Setting that to false or removing it solved the problem.
Could you please tell more about?
How exactly it is not working now, do you have any error messages?
Thank you for your response, I finally got it to work. The issue was caused by Xdebug.remote.connect_back set to true. Setting that to false or removing it solved the problem.