закешированный к нам в целях безопасности дебаггер
Go to file
Derek Parker 48f3db8216 Rename 'run' subcommand to 'debug'.
This renaming avoids confusion with the 'run' subcommand in the go tool.
The 'run' subcommand in Delve is now deprecated. It is still there,
however simply prints a deprecation notice and exits.
2015-08-14 14:52:04 -05:00
_fixtures Fix: Improve handling of soft signals on darwin 2015-08-11 19:20:25 -05:00
assets Add high-res images 2015-05-19 12:25:26 -05:00
cmd/dlv Rename 'run' subcommand to 'debug'. 2015-08-14 14:52:04 -05:00
dwarf Finish support for Go1.5beta2 2015-07-28 18:56:55 -05:00
proc Only make new process a group leader, not session 2015-08-13 18:18:42 -05:00
service terminal/command: add list command to display source 2015-08-14 08:51:31 -05:00
source Properly handle infinite for loops when next'ing 2015-07-11 10:21:42 -05:00
terminal terminal/command: Add "ls" alias for list command 2015-08-14 08:58:17 -05:00
.gitignore Update gitignore -- ignore vagrant dir 2015-06-24 18:35:40 -05:00
.travis.yml Add travis CI 2015-08-04 08:03:35 -05:00
CONTRIBUTING.md fix dlv version typo 2015-07-29 09:29:04 -04:00
LICENSE Add License and README 2014-05-03 15:31:52 -05:00
Makefile Add verbose flag to codesigned tests 2015-08-11 19:10:34 -05:00
README.md Add travis CI 2015-08-04 08:03:35 -05:00

Delve

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

This project is currently pre 1.0.

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.