How do i see output from "asp.net core web server" if debugging in Docker container with Visual Studio 2017?

时间:2019-01-18 19:04:24

标签: visual-studio docker asp.net-core

I am developing an app with ASP.NET Core 2.1 in Visual Studio 2017. I am using Visual Studio's Docker support so the project runs inside of a Docker container.

I am currently debugging a with the debug arrow labeled "Docker" at the top of the screen.

However, I do not get the "ASP.NET Core Web Server" option in the Output window's "Show output from:" drop down box.

How do I see my Docker containerized project's debugging output for its "asp.net core web server"?

0 个答案:

没有答案