2

我从 dlv 收到此错误

could not attach to pid 20727: decoding dwarf section info at offset 0x0: too short

二进制文件是这样构建的:

go build -a -v -ldflags "-w -X main.gitCommit=<sha> -linkmode 'auto' -extldflags '-static'"

您能否确认这是-w导致以下问题的标志?它会剥离调试符号吗?

4

1 回答 1

3

删除-w标志后,delve 能够附加到进程

于 2019-01-24T18:03:47.243 回答