简体   繁体   中英

Profiles for debugging multiple projects in Visual Studio 2019

I'm currently working on a big application that consists of different modules. If I need to debug the authentication flow for instance I have to set as startup 2 projects (an API and a mocked services); but when running a let's say an integration flow, I have to set up other 3 projects.

Every time I change from one to another, I have to manually go to the Solution's properties and select the corresponding ones by going to the Multiple startup projects section.

多个启动项目 VS2019

Is there a way to configure 'profiles' (I don't know if this would be the accurate word) to have a shortcut for this so that I can easily change from one to another?

You can use the SwitchStartupProject extension to switch between multi-project startup configurations.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM