fragrans1024

Results 3 comments of fragrans1024

I have rebuild delve from the master. The problem still exists. GO111MODULE=off We use the following command to rebuild dlv. go install github.com/go-delve/delve/cmd/dlv

That command still works, because we try to add some log in the file. Use that command rebuild dlv, and can get the log added. I will try with make...

``` [root@localhost delve]# make build go build -ldflags "-extldflags -static" "-ldflags=-X main.Build=15142ac3d6e14406779c7ab6c5e41e9acd76323a" github.com/go-delve/delve/cmd/dlv ``` ``` [root@localhost delve]# ./dlv version Delve Debugger Version: 1.21.2 Build: 15142ac3d6e14406779c7ab6c5e41e9acd76323a ``` We rebuild delve with...