This article discusses the challenges of debugging in a containerized environment like Docker for Go applications.
It outlines the necessary steps for setting up the debugger and walks through the process of debugging a Go application using Visual Studio Code. The article also provides instructions on debugging with Docker Compose and recommends separating the "normal" Dockerfile and "debug" Dockerfile for better configuration.
















