Slide 10
Slide 10 text
- VS Remote Debugger is not installed by default
- Remote debugger could be
- baked into the Docker Image
- Installed on demand using docker exec (VSCode does that too, but it’s terrible slow)
- Consider strict tagging policies when baking remote debugger into your images to
differenciate between debug- and non-debug images
Remote debugging .NET Apps in Docker containers