Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derekparker/delve
Delve is a debugger for the Go programming language.
https://github.com/derekparker/delve
Last synced: 9 days ago
JSON representation
Delve is a debugger for the Go programming language.
- Host: GitHub
- URL: https://github.com/derekparker/delve
- Owner: derekparker
- License: mit
- Fork: true (go-delve/delve)
- Created: 2020-02-18T18:03:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T03:11:31.000Z (7 months ago)
- Last Synced: 2024-04-06T19:27:28.405Z (7 months ago)
- Language: Go
- Homepage:
- Size: 27.8 MB
- Stars: 619
- Watchers: 15
- Forks: 116
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go - delve - Go debugger. (Utilities / Utility/Miscellaneous)
- awesome-go - delve - Delve is a debugger for the Go programming language. - ★ 9714 (Utilities)
- awesome-go-extra - delve - 02-18T18:03:33Z|2022-08-23T15:55:09Z| (Utilities / Fail injection)
- awesome-hacking-lists - derekparker/delve - Delve is a debugger for the Go programming language. (Go)
README
![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://travis-ci.org/go-delve/delve.svg?branch=master)](https://travis-ci.org/go-delve/delve)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)
- [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.