Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Dockerized Golang DELVE debugger

This repository about golang remote debug based on go-delve/delve

Getting started:

Firstly configure your IDE to remote debugging Go application on port :5813 then start your application

cd Go_Project_Folder
docker run -v $(pwd):$(pwd) -e PROJECT_PATH=$(pwd) -p 5813:5813 ptflp/godelve

Options:

Environments variables:

    PROJECT_PATH - path to project with main entrypoint
    CONFIG_FILE - path to config file of golang application

Full example:

docker run -v $(pwd):$(pwd) -e PROJECT_PATH=$(pwd) -e CONFIG_FILE=./conf/app.yaml -p 5813:5813 ptflp/godelve 

About

Reproducible containerized remote debugging for Go applications with Delve

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages