закешированный к нам в целях безопасности дебаггер
Go to file
Alessandro Arzilli 6328edaa1b
pkg/prog/native/linux: change handling of ESRCH in trapWaitInternal (#2286)
If a thread exits while we are looking at it just treat it as if the
status had reported it as exited instead of doing something special.
Fixes flakiness in TestIssue387.
2021-01-04 08:42:08 -08:00
_fixtures proc: make nested function calls work when stopped at a sw breakpoint (#2232) 2020-12-10 09:03:11 -08:00
_scripts split testing load between more CI services (#2251) 2020-12-16 08:56:15 -08:00
.github/workflows split testing load between more CI services (#2251) 2020-12-16 08:56:15 -08:00
assets Add high-res images 2015-05-19 12:25:26 -05:00
cmd/dlv proc/gdbserial: fix redirect bugs with debugserver 2020-11-17 16:00:22 +01:00
Documentation service,terminal: apply substitute path to trace/break argument 2020-11-17 16:41:35 +01:00
pkg pkg/prog/native/linux: change handling of ESRCH in trapWaitInternal (#2286) 2021-01-04 08:42:08 -08:00
service service/dap: Support local attach (#2260) 2020-12-28 09:14:15 -08:00
vendor go.mod: update google/go-dap to 0.4.0 (#2248) 2020-12-04 08:58:55 -08:00
.cirrus.yml *: Update freebsd image 2020-04-08 11:40:24 +02:00
.deepsource.toml *: mv scripts _scripts 2020-03-28 20:28:51 +01:00
.gitattributes makefile: use git's $Id$ instead of setting ver.Build in makefile (#807) 2017-04-28 10:14:33 -07:00
.gitignore vendor: check vendor directory (#1962) 2020-03-26 09:25:50 -07:00
.travis.yml split testing load between more CI services (#2251) 2020-12-16 08:56:15 -08:00
appveyor.yml split testing load between more CI services (#2251) 2020-12-16 08:56:15 -08:00
CHANGELOG.md all: bump version and release notes 2020-12-09 11:38:21 +01:00
CONTRIBUTING.md README: Remove gitter chat link. 2020-01-21 09:06:53 -08:00
go.mod go.mod: update google/go-dap to 0.4.0 (#2248) 2020-12-04 08:58:55 -08:00
go.sum go.mod: update google/go-dap to 0.4.0 (#2248) 2020-12-04 08:58:55 -08:00
ISSUE_TEMPLATE.md misc: Include issue template for GitHub 2016-03-03 10:40:14 -08:00
LICENSE Add License and README 2014-05-03 15:31:52 -05:00
Makefile *: mv scripts _scripts 2020-03-28 20:28:51 +01:00
README.md split testing load between more CI services (#2251) 2020-12-16 08:56:15 -08:00

Delve

license GoDoc Build Status Build status

The GitHub issue tracker is for bugs only. Please use the developer mailing list for any feature proposals and discussions.

About Delve

Delve is a debugger for the Go programming language. The goal of the project is to provide a simple, full featured debugging tool for Go. Delve should be easy to invoke and easy to use. Chances are if you're using a debugger, things aren't going your way. With that in mind, Delve should stay out of your way as much as possible.