debug
moduleThis package is not in the latest version of its module.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
README¶
Go Debug
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 tothis repository, seehttps://go.dev/doc/contribute.
The git repository ishttps://go.googlesource.com/debug.
The main issue tracker for the debug repository is located athttps://go.dev/issues. Prefix your issue with "x/debug:" in thesubject line, so it is easy to find.
Directories¶
| Path | Synopsis |
|---|---|
cmd | |
viewcorecommand The viewcore tool is a command-line tool for exploring the state of a Go process that has dumped core. | The viewcore tool is a command-line tool for exploring the state of a Go process that has dumped core. |
internal | |
core The core library is used to process ELF core dump files. | The core library is used to process ELF core dump files. |
third_party | |
delve/dwarf/leb128 Package leb128 provides encoders and decoders for The Little Endian Base 128 format. | Package leb128 provides encoders and decoders for The Little Endian Base 128 format. |