Giter Club home page Giter Club logo

go-container-debugging's Introduction

Debugging a Go executable in a Docker Container with VS Code

This repository illustrates how to debug into a Docker container running a Go binary.

Prerequisites:

In a nutshell

  1. Build the Go binary (for Linux) by running make
  2. Build the Docker container by running docker-compose up --build
  3. Open the code in Visual Studio by running code .
  4. Set some breakpoints in the code
  5. Start Debug into Docker in the Debug section of VS Code
  6. Open http://localhost:8080 in your browser
  7. See the breakpoints being hit
  8. Profit!

Details

Now, the application is a simply webserver that prints the current time on every page refresh. By default, it runs on http://localhost:8080.

The Dockerfile however won't start the executable. Instead, it will install the delve debugger and start it in headless mode. In addition to the application port 8080, it will open a debugger port at 2345.

When starting a VS Code debugging session, it will connect to that port 2345 and will make the debugger start the application. So now you can hit http://localhost:8080 and breakpoints should work as expected.

Notice that when you stop the debugger, the container will also be shut down and you might want to restart it.

References

[1] Remote debugging Go code with VS Code: https://github.com/Microsoft/vscode-go/wiki/Debugging-Go-code-using-VS-Code#remote-debugging

License

MIT.

go-container-debugging's People

Contributors

olivere avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.