如何在Visual Studio Code中调试选定的项目

时间:2018-12-13 11:54:27

标签: debugging visual-studio-code .net-core

我在Visual Studio Code的基本文件夹下有几个项目。 其中一些是 angular cli 项目,另一些是 .Net Core 项目,如下所示

enter image description here

现在,我只想调试选定的.Net Core项目。为此,我将launch.json更改为以下值

 "program": "${workspaceFolder}/AdminService/AdminService/Web/bin/Debug/netcoreapp2.0/Web.dll"

但是之后,无论何时我想调试其他项目,都必须更改此属性。

是否有任何方法可以在Visual Studio Code中调试选定的项目,而无需对launch.js中的每个项目进行其他更改?

0 个答案:

没有答案