macOS
brew install delvelocal Homebrew formula metadata
sudo port install delveMacPorts ports tree · devel/delve/Portfile · 来源: api.github.com
安装
brew install delvelocal Homebrew formula metadata
sudo port install delveMacPorts ports tree · devel/delve/Portfile · 来源: api.github.com
sudo apk add delveAlpine Linux edge package indexes · delve · 来源: dl-cdn.alpinelinux.org
sudo dnf install delveFedora Rawhide package metadata · delve · 来源: dl.fedoraproject.org
nix profile install nixpkgs#delvenixpkgs package indexes · pkgs/by-name/de/delve/package.nix · 来源: api.github.com
sudo pacman -S delveArch Linux sync databases · delve · 来源: geo.mirror.pkgbuild.com
sudo zypper install delveopenSUSE Tumbleweed package metadata · delve · 来源: download.opensuse.org
概览
Debugger for the Go programming language
历史
Delve is the standard source-level debugger for Go programs. It packages Go-aware debugging, goroutine inspection, core-file support, headless operation, and Debug Adapter Protocol support behind the dlv command.
The official repository describes Delve's goal as a simple, full-featured debugger for Go that stays out of the user's way. GitHub repository metadata places the public project in May 2014, during the period when Go users were outgrowing general-purpose debugger workflows and needed tooling that understood Go runtime behavior.
Delve's documentation grew around a command family rather than a single mode: dlv debug, exec, attach, core, test, trace, replay, connect, dap, and related subcommands. That breadth made it useful both as an interactive terminal debugger and as the debug engine behind editors.
Delve became the practical default debugger for Go because it is distributed as a Go command, publishes prebuilt binaries, and exposes integrations for plugins, GUIs, and DAP clients. The official installation docs document go install, binary releases, and building from the repository.
The release feed shows ongoing maintenance through the 1.27.0 release in June 2026, which matters for Go tooling because debugger support must track compiler, runtime, OS, and architecture changes.
Typical CLI use starts with dlv debug for the package in the current directory, dlv test for test binaries, dlv exec for an existing binary, or dlv attach for a running process. The usage docs emphasize controlling execution, evaluating variables, and inspecting goroutine, thread, and CPU register state.
In editor workflows, Delve commonly runs as a headless debug server or DAP server. That lets IDEs and editors provide breakpoints and stepping while reusing the same Go-specific debugger backend.
Delve is interesting to package maintainers because it is both a developer CLI and a moving compatibility target for the Go toolchain. A stale debugger package can fail even when ordinary Go builds still work.
Its packaging footprint is also a marker of Go's maturation: once a language has a dedicated debugger in every major package manager, the ecosystem has moved beyond compile-and-print debugging as the default developer experience.
安全态势
escape, surveillance, or offensive capability signal. generalized runtime or code generation signal.
red 风险 · 中 置信度 · escape-surveillance-offensive
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
$XDG_CONFIG_HOME/dlv/config.yml~/.config/dlv/config.yml~/.dlv/config.yml可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
dlv | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/go-delve/delve
安装元数据
| 软件包键 | brew:delve |
|---|---|
| 版本 | 1.27.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/delve |
| 主页 | https://github.com/go-delve/delve |
| 仓库 | https://github.com/go-delve/delve |
| 上游文档 | https://github.com/go-delve/delve#readme |
| 许可证 | MIT |
| 源码归档 | https://github.com/go-delve/delve/archive/refs/tags/v1.27.0.tar.gz |
| 最后更新 | 2026-06-24T20:58:38Z |
| Pulse | updated |
| 构建依赖 | go |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | delve |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
delve 1.24.0-4+b4
debugger for the Go programming language
https://github.com/go-delve/delve
sudo apt install delvedelve
nix profile install nixpkgs#delvedelve 1.22.1-1
debugger for the Go programming language
https://github.com/go-delve/delve
sudo apt install delvedelve 1.26.2-r1
Debugger for the Go programming language
https://github.com/go-delve/delve
sudo apk add delvedelve-doc 1.26.2-r1
Debugger for the Go programming language (documentation)
https://github.com/go-delve/delve
sudo apk add delve-docdelve 1.26.2-2.fc45
A debugger for the Go programming language
https://github.com/go-delve/delve
sudo dnf install delvedelve 1.26.3-2
A debugger for the Go programming language.
https://github.com/go-delve/delve
sudo pacman -S delvedelve 1.26.3-1.1
Debugger for the Go Programming Language
https://github.com/go-delve/delve
sudo zypper install delvedelve
sudo port install delve来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.