DEV Community

Discussion on: Debugging your .NET Core in Docker applications with VS Code

Collapse
 
glenmccallumcan profile image
Glen McCallum

This is a useful docker file. I've had hit and miss experience debugging .NET Core applications in docker from visual studio. But I hadn't taken the time to figure out the manual process.

Collapse
 
aaronpowell profile image
Aaron Powell

That was part of my motivation, the Visual Studio tooling can seem like a bunch of "magic" so I want to know what it's actually doing so that I can do it without Visual Studio if so desired.