VSCode dotnet 3.0附加调试器不起作用

时间:2019-11-01 17:34:50

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

我刚刚将整个项目升级到dotnet 3.0(aspnetCore3.0和EFCore3.0)。升级之前,在VS Code中,我可以附加到dotnet进程并进行调试。

现在,它要求我像以前一样选择进程,但是当我这样做时,调试器将无法工作。它没有加载任何符号。

我正在使用此命令在终端中运行应用程序:

dotnet run --project myproj.Web/MyProj.Web.csproj --environment "Development" --server.urls "http://*:5200;https://*:5201;"

enter image description here

enter image description here

1 个答案:

答案 0 :(得分:0)

尝试不附加到dotnet进程,而是附加到your_app.exe(即使它是Web应用程序)