Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Debugging two project Rider

Using Rider EAP OS X from JetBrains, is it possible to debug two .NET Core Web projets at the same time?

I tried to create two configuration, but when I start the second one, it stop the first and vice-versa.

In Visual Studio, we used to set "Multiple startups projects".

like image 439
Dekim Avatar asked Sep 15 '25 19:09

Dekim


1 Answers

In the "Run/Debug Configurations"-window you can create a new "Compound". Create a new configuration and select which projects to start.

like image 155
AliGinBerlin Avatar answered Sep 18 '25 10:09

AliGinBerlin