0

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?

Jiale Xue - MSFT
  • 3,560
  • 1
  • 6
  • 21
nnchvxx
  • 31
  • 5
  • 2
    Start 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
  • 1
    If 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
  • 1
    In 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

0 Answers0