How to xdebug several projects from console?
I have 2 projects who send requests to one another and I can successfully xdebug them both one at a time.
However, when both projects are listening to incomming remote connections, a popup appers and suggests to
choose which project should handle the request:

Notice I have two projects that reside in:
/home/dziamid/dev/wizard
/home/dziamid/dev/igivings
So I basically look at the file path and select appropriate project. Can this be automated?
请先登录再写评论。