закешированный к нам в целях безопасности дебаггер
Go to file
Derek Parker aa71d787aa Always stop the world after trapWait in resume
We do not need to verify a current breakpoint, nor do a redundant check
on whether we have been asked to manually halt. Assume trapWait has done
its due diligence and stop the world once it returns.
2015-07-09 23:13:20 -05:00
_fixtures Inject SIGTRAP for manual stop 2015-07-07 15:55:22 -05:00
assets Add high-res images 2015-05-19 12:25:26 -05:00
cmd/dlv Return error when invoking Delve with invalid path 2015-06-26 23:05:15 -05:00
dwarf Update AddrForMember documentation. 2015-06-17 20:41:24 -05:00
proc Always stop the world after trapWait in resume 2015-07-09 23:13:20 -05:00
service Do not ask to kill process we spawned 2015-07-07 09:04:03 -05:00
source Initial refactor of source package 2015-07-09 13:06:30 -05:00
terminal Cleanup conditional 2015-07-07 14:58:01 -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 Add command to restart process 2015-07-03 15:35:22 -05:00
README.md Update README / CONTRIBUTING docs with mailing list link 2015-07-09 18:50:45 -05:00

Delve

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 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.

License

MIT