delve/README.md
Alessandro Arzilli 715224cea0
Change TeamCity test matrix and drop appveyor/travis-ci configurations (#2315)
* TeamCity: change test matrix and test scripts

Changes test matrix to test:

* 1.13 through 1.16 on linux/amd64
* 1.15, 1.16 on windows/amd64
* 1.15 on linux/386

Also includes tests on go-tip for windows/amd64 and linux/amd64
(currently disabled, but can be turned on in a PR).

Changes test scripts to automatically select the latest patch version
of Go.

* CI: remove Travis-CI and Appveyor configuration
2021-01-25 20:48:27 -08:00

28 lines
1.8 KiB
Markdown

![Delve](https://raw.githubusercontent.com/go-delve/delve/master/assets/delve_horizontal.png)
[![license](http://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/go-delve/delve/master/LICENSE)
[![GoDoc](https://godoc.org/github.com/go-delve/delve?status.svg)](https://godoc.org/github.com/go-delve/delve)
[![Build Status](https://delve.beta.teamcity.com/app/rest/builds/buildType:(id:Delve_AggregatorBuild)/statusIcon.svg)](https://delve.beta.teamcity.com/viewType.html?buildTypeId=Delve_AggregatorBuild&guest=1)
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.
### About Delve
- [Installation](Documentation/installation)
- [Linux](Documentation/installation/linux/install.md)
- [macOS](Documentation/installation/osx/install.md)
- [Windows](Documentation/installation/windows/install.md)
- [FreeBSD](Documentation/installation/freebsd/install.md)
- [Getting Started](Documentation/cli/getting_started.md)
- [Documentation](Documentation)
- [Command line options](Documentation/usage/dlv.md)
- [Command line client](Documentation/cli/README.md)
- [Plugins and GUIs](Documentation/EditorIntegration.md)
- [Frequently Asked Questions](Documentation/faq.md)
- [Contributing](CONTRIBUTING.md)
- [Internal Documentation](Documentation/internal)
- [API documentation](Documentation/api)
- [How to write a Delve client](Documentation/api/ClientHowto.md)
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.