macOS
brew install delveprovider-native install command
brew / rank 1437
Debugger for the Go programming language. Version 1.27.0 via Homebrew; verified 2026-07-28.
install
brew install delveprovider-native install command
overview
Debugger for the Go programming language
history
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.
security posture
escape, surveillance, or offensive capability signal. generalized runtime or code generation signal.
red risk · medium confidence · escape-surveillance-offensive
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
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.ymlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
dlv | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:delve |
|---|---|
| Version | 1.27.0 |
| Package manager | Homebrew |
| Homepage | https://github.com/go-delve/delve |
| Repository | https://github.com/go-delve/delve |
| Last updated | 2026-07-28T14:10:38+02:00 |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.