An open API service indexing awesome lists of open source software.

https://github.com/antelman107/go-remote-debug-delve

Example of remote debugging from VSCode or Goland/IDEA against docker container
https://github.com/antelman107/go-remote-debug-delve

debugging delve go goland golang vscode

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

### 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