2019-01-04 18:39:25 +00:00

2014-05-03 20:31:52 +00:00
2024-07-11 15:03:32 +00:00
[](https://raw.githubusercontent.com/go-delve/delve/master/LICENSE)
2019-01-04 18:39:25 +00:00
[](https://godoc.org/github.com/go-delve/delve)
2023-02-15 10:11:42 +00:00
[/statusIcon.svg)](https://delve.teamcity.com/viewType.html?buildTypeId=Delve_AggregatorBuild& guest=1)
2015-02-14 23:29:33 +00:00
2019-03-26 23:15:18 +00:00
The GitHub issue tracker is for **bugs** only. Please use the [developer mailing list ](https://groups.google.com/forum/#!forum/delve-dev ) for any feature proposals and discussions.
2015-07-09 23:50:45 +00:00
2015-05-19 17:15:35 +00:00
### About Delve
2014-11-12 03:41:29 +00:00
2018-01-04 12:50:44 +00:00
- [Installation ](Documentation/installation )
2018-01-04 19:17:36 +00:00
- [Getting Started ](Documentation/cli/getting_started.md )
2016-02-19 18:32:24 +00:00
- [Documentation ](Documentation )
2018-06-28 07:42:00 +00:00
- [Command line options ](Documentation/usage/dlv.md )
- [Command line client ](Documentation/cli/README.md )
- [Plugins and GUIs ](Documentation/EditorIntegration.md )
2019-06-03 17:20:26 +00:00
- [Frequently Asked Questions ](Documentation/faq.md )
2016-02-19 18:32:24 +00:00
- [Contributing ](CONTRIBUTING.md )
2018-06-28 07:42:00 +00:00
- [Internal Documentation ](Documentation/internal )
- [API documentation ](Documentation/api )
- [How to write a Delve client ](Documentation/api/ClientHowto.md )
2014-07-21 16:40:21 +00:00
2017-04-18 17:17:32 +00:00
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, things aren't going your way. With that in mind, Delve should stay out of your way as much as possible.