закешированный к нам в целях безопасности дебаггер
Go to file
2015-06-17 22:01:31 -05:00
_fixtures Correctly handle hardware breakpoints across threads 2015-06-11 22:46:06 -05:00
assets Add high-res images 2015-05-19 12:25:26 -05:00
cmd/dlv Cleanup debug binary on exit 2015-06-13 18:16:09 -05:00
dwarf Update AddrForMember documentation. 2015-06-17 20:41:24 -05:00
proc Update documentation 2015-06-17 22:01:31 -05:00
service Store hardware/software breakpoints in same struct 2015-06-17 18:14:56 -05:00
source Fix: Use return address directly when at end of func 2015-05-11 08:17:19 -05:00
terminal Rename package proctl -> proc 2015-06-12 14:49:23 -05:00
.gitignore Update/cleanup .gitignore 2015-01-26 15:09:22 -06:00
CONTRIBUTING.md Update CONTRIBUTING.md to not abbreviate dlv -version 2015-05-07 00:34:38 -04:00
LICENSE Add License and README 2014-05-03 15:31:52 -05:00
Makefile Update Makefile 2015-06-12 16:21:32 -05:00
README.md Update README 2015-06-02 08:26:35 -05:00

Delve

GoDoc

This project is currently pre 1.0. Most of the functionality is there, however there are various improvements to be made. Delve is not yet ready for daily use.

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, most likely things aren't going your way. With that in mind, Delve should stay out of your way as much as possible.

License

MIT