I have two projects communicating through RabbitMQ and I want to debug them at the same time, but is there a way to say for one project to stop debugging so I can receive the messages from the message queue and then continue?
Asked
Active
Viewed 302 times
0
-
2Start the vs 2 times? – IamK Oct 05 '22 at 07:41
-
I assume the projects are running in separate processes/containers, like microservices. – Jodrell Oct 05 '22 at 07:43
-
1If it's in the same solution, you can start multiple projects, and you could also attach your debugger on a running process – Sotiris Panopoulos Oct 05 '22 at 07:53
-
1In Visual Studio, right-click your solution, click **Start-up projects**, select **Multiple**, select-and-away-you-go. – Oct 05 '22 at 07:56
-
Note that when you pick multiple projects, each project will use the launch profile that was previously selected for that project. (I would really like a way to select the profile on that screen...) – Jeremy Lakeman Oct 06 '22 at 02:20