NotePublic/Software/Development/Language/Go/Debug/Golang_Debug_问题及解决.md
rick.chan 991717bf58 增加 Golang Debug 问题及解决.
Signed-off-by: rick.chan <chenyang@autoai.com>
2021-03-11 09:35:04 +08:00

245 B
Raw Blame History

Golang Debug 问题及解决

1.调试报错Version of Delve is too old for this version of Go

原因是 DLV 版本过低,使用:

go get github.com/go-delve/delve/cmd/dlv

命令升级 DLV 后重启下 goland 即可。