Debugging tools

Clone this repo:

Branches

  1. 6797eda go.mod: update golang.org/x dependencies by Gopher Robot · 12 days ago master
  2. 08f5966 gocore: support typing composite roots by Michael Anthony Knyszek · 4 weeks ago
  3. 82d29c9 gocore: expand bigslice test to test deconstructed values on the stack by Michael Anthony Knyszek · 4 weeks ago
  4. 5ed60df gocore: break up test to make it more understandable by Michael Anthony Knyszek · 4 weeks ago
  5. c0c48f5 gocore: add missing append in root piece construction by Michael Anthony Knyszek · 4 weeks ago

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 are 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.