закешированный к нам в целях безопасности дебаггер
Go to file
Derek Parker fc1cfa0abc Update README
* Simplify
* Add links to wiki pages
* Add link to CONTRIBUTING doc
* Update description
2015-05-19 12:15:35 -05:00
_fixtures Improve 'next': return into deferred func 2015-05-09 12:44:38 -05:00
assets Add logo/icon 2015-05-19 11:53:41 -05:00
cmd/dlv Specify log visibility with NewServer 2015-05-08 17:26:09 -05:00
command Revert errors.New change 2015-05-04 17:31:13 -05:00
dwarf Improve 'next': return into deferred func 2015-05-09 12:44:38 -05:00
proctl Use parent environment in OSX fork/exec 2015-05-15 15:20:51 -05:00
service Compile fixtures on demand, only once 2015-05-15 09:23:58 -05:00
source Fix: Use return address directly when at end of func 2015-05-11 08:17:19 -05:00
terminal Do not attempt to automatically read locals/args 2015-05-08 16:43:03 -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 Improve single test run make targets for Linux 2015-05-15 15:32:47 -05:00
README.md Update README 2015-05-19 12:15: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, yet 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 help guide you, and stay out of your way as much as possible.

License

MIT