Search code examples
.net-corejetbrains-iderider

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".


Solution

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