закешированный к нам в целях безопасности дебаггер
Go to file
2015-07-28 15:42:56 -05:00
_fixtures bugfix, Issue #163: offset of g struct in TLS picked based on the value of runtime.buildVersion and presence of compile units created by GNU AS, instead of being fixed to -16 2015-07-28 07:33:51 +02:00
assets Add high-res images 2015-05-19 12:25:26 -05:00
cmd/dlv Flags of root command (listen, log, headless) should be inherited by all the child commands 2015-07-25 21:26:37 -05:00
dwarf bugfix, Issue #163: offset of g struct in TLS picked based on the value of runtime.buildVersion and presence of compile units created by GNU AS, instead of being fixed to -16 2015-07-28 07:33:51 +02:00
proc Rename version.After to version.AfterOrEqual 2015-07-28 15:42:56 -05:00
service bugfix: Issue #170 (partial) set function breakpoints on the first instruction 2015-07-28 08:16:20 -05:00
source Properly handle infinite for loops when next'ing 2015-07-11 10:21:42 -05:00
terminal Put '> ' in front of the location marker. 2015-07-25 21:24:59 -05:00
.gitignore Update gitignore -- ignore vagrant dir 2015-06-24 18:35:40 -05:00
CONTRIBUTING.md Update README / CONTRIBUTING docs with mailing list link 2015-07-09 18:50:45 -05:00
LICENSE Add License and README 2014-05-03 15:31:52 -05:00
Makefile Update Makefile build flags 2015-07-28 14:28:03 -05:00
README.md Update README 2015-07-28 08:03:57 -05:00

Delve

license GoDoc Join the chat at https://gitter.im/derekparker/delve

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.

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