[mirror] debugging tools
Find a file
Gopher Robot 80696ebb97 go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions.

Change-Id: I33d5a53e8dfb44817d50987e06789618f77f071f
Reviewed-on: https://go-review.googlesource.com/c/debug/+/752841
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2026-03-09 18:41:26 -07:00
cmd/viewcore internal/gocore: move core of runReachable to Process.Reachable 2026-03-09 09:19:41 -07:00
dwtest dwtest: add more loclist tests 2025-11-12 10:01:11 -08:00
internal internal/gocore: move core of runReachable to Process.Reachable 2026-03-09 09:19:41 -07:00
third_party/delve third_party/delve/dwarf: refresh to add support for DWARF 5 2025-03-05 09:41:18 -08:00
codereview.cfg debug: add codereview.cfg 2015-03-18 17:02:54 +00:00
CONTRIBUTING.md CONTRIBUTING.md: remove note about not accepting Pull Requests 2018-03-14 18:02:57 +00:00
go.mod go.mod: update golang.org/x dependencies 2026-03-09 18:41:26 -07:00
go.sum go.mod: update golang.org/x dependencies 2026-03-09 18:41:26 -07:00
LICENSE LICENSE: update per Google Legal 2024-07-16 16:08:56 +00:00
README.md README.md: fix comment 2025-10-21 09:04:41 -07:00

Go Debug

Go Reference

This repository holds utilities and libraries for debugging Go programs.

WARNING! Please expect breaking changes and unstable APIs. Most of them are currently at an early, experimental stage.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.

The git repository is https://go.googlesource.com/debug.

The main issue tracker for the debug repository is located at https://go.dev/issues. Prefix your issue with "x/debug:" in the subject line, so it is easy to find.