Debugging across two php projects

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.

0

Could you please tell more about?

How exactly it is not working now, do you have any error messages?

0

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.

0

请先登录再写评论。