Good,
today I leave a tip of the simple but useful for all those who have to debug 2 processes at the same time with Visual Studio. Many times I have seen that the developers launched a project in DEBUG mode from the IDE and then with attached to the other process to have control over it.
If both processes belong to a same solution, it is possible to configure it so that when you start a compilation and execution (the lifetime F5) launching several projects. To do this, we deploy the properties of the solution, select the option [Multiple startup projects] and… ready ![]()
Greetings @ Here
The Bruno

Leave a comment