gpt4 book ai didi

go - 如何更新 Go 的 Delve 调试器?

转载 作者:行者123 更新时间:2023-12-02 21:45:47 24 4
gpt4 key购买 nike

如何更新 Go Delve 调试器?当我尝试设置 api 版本时收到以下错误:

未知标志:--api-version

我的 dlv 看起来已经过时了:

$dlv version
Delve Debugger
Version: 0.11.0-alpha
Build:

但我不知道如何升级它。我尝试过 go get -u github.com/go-delve/delve/cmd/dlv 和 go get -u github.com/derekparker/delve/cmd/dlv >,但都不起作用。我还尝试了 make install 的建议:

$ git clone https://github.com/go-delve/delve.git $GOPATH/src/github.com/go-delve/delve
$ cd $GOPATH/src/github.com/go-delve/delve
$ make install

但这似乎没有效果:

$ dlv version
Delve Debugger
Version: 0.11.0-alpha
Build:

我的 go 版本是 go 版本 go1.10.1 linux/amd64 我的操作系统详细信息如下:

$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 8.11 (jessie)
Release: 8.11
Codename: jessie

这是从 the issue 复制的我打开了。我想我应该交叉发帖以获得更高的可见度。

最佳答案

您可以运行go install github.com/go-delve/delve/cmd/dlv@latest立即安装最新版本。

注意:我假设您的问题与当时未设置 GOBIN 有关。

关于go - 如何更新 Go 的 Delve 调试器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55191703/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com