I have two .NET Core 2.0 projects, both in the same solution. A Web API project and a Web ASP.NET MVC project. The ASP.NET MVC projects consumes the Web API project.
Is it possible to debug both projects in Visual Studio at the same time or do I need to run one from the command line using dotnet.exe and debug the other?
I would like to end up being able to debug both, place breakpoints in both and for Visual Studio to jump between projects while debugging.
NB: This is in Visual Studio 2017, not Visual Studio Code.
In Visual Studio you can set multiple startup projects to run/debug two projects at once:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With