How to debug a solution containing multiple projects.
Since i am sure i am not the only one who has been working with VS.Php and creating solutions with multiple projects inside, i decided to write a little blog article / tutorial on how to make debugging possible when using a multi-project solution.
The way my solutions are structured, each project is a specific module that can be used within the website i am building. One module could be called User_Accounts, another Website_Security, and so forth. Thus to include the functionality into a website, i only add the project to the solution.

