Visual Studio 2022 docker debugging – "no symbols have been loaded"
I'm trying to debug two C# .NET 6.0 Docker containers from Visual Studio 2022, but the breakpoints I set always show "no symbols have been loaded". The two Docker containers are in a docker-compose.yml file, at version 3.9 and Docker…