A desktop debugger for Go powered by Delve. Imports configs from VS Code, Zed & GoLand. 8 themes. System tray. Auto-updates. Built with Wails + Svelte.
Breakpoints, stepping, call stack, variables, evaluate. Debug Adapter Protocol over Delve.
Auto-detects configs from VS Code, Zed, GoLand. System-wide scan, one-click import.
8 bundled themes. One Dark, GitHub, Catppuccin, Dracula, Nord. Live preview. Install custom.
Manage sessions from the menu bar. Left-click popup. Right-click config switcher.
Command palette with fuzzy search. F-key debug shortcuts. Full keyboard nav. Vim mode.
Run several debug targets at once. Session tabs. Independent terminal output per session.
Detects "address in use" errors. Offers to kill the blocking process. Auto-retries.
Checks GitHub Releases on launch. Toast notification. One-click to view new version.
# install delve
$ go install github.com/go-delve/delve/cmd/dlv@latest
# install wails v3
$ go install github.com/wailsapp/wails/v3/cmd/wails3@latest
# clone and run
$ git clone https://github.com/Patrick-web/DelveUI.git
$ cd DelveUI
$ wails3 dev
Or download a pre-built binary from releases →