/go-remote-debug-delve

Example of remote debugging from VSCode or Goland/IDEA against docker container

Primary LanguageDockerfile

GO remote debugging example project

  • Compile and run in the program inside Docker container
  • Delve is installed
  • Minimal docker image is built
  • Examples how to connect to the running container from VSCode and Goland IDE

VSCode and Goland configurations are present and free to use (these files are commited explicitly).

Full article is here - https://golangforall.com/en/post/go-docker-delve-remote-debug.html