Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/go-dap
Go implementation of the Debug Adapter Protocol
https://github.com/google/go-dap
Last synced: 2 months ago
JSON representation
Go implementation of the Debug Adapter Protocol
- Host: GitHub
- URL: https://github.com/google/go-dap
- Owner: google
- License: apache-2.0
- Created: 2019-11-19T20:36:30.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T20:49:29.000Z (11 months ago)
- Last Synced: 2024-08-03T09:07:02.445Z (6 months ago)
- Language: Go
- Homepage:
- Size: 238 KB
- Stars: 125
- Watchers: 8
- Forks: 25
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - go-dap
README
# go-dap: Go implementation of the Debug Adapter Protocol
[![PkgGoDev](https://pkg.go.dev/badge/github.com/google/go-dap)](https://pkg.go.dev/github.com/google/go-dap)
[![Build Status](https://github.com/google/go-dap/actions/workflows/go.yml/badge.svg?branch=master)](https://github.com/google/go-dap/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/google/go-dap)](https://goreportcard.com/report/github.com/google/go-dap)For an overview of DAP, see
https://microsoft.github.io/debug-adapter-protocol/overview## Contributing
We'd love to accept your patches and contributions to this project. See
[docs/contributing](https://github.com/google/go-dap/blob/master/docs/contributing.md)
for more details.## License
This project is licensed under the Apache License 2.0
This is not an officially supported Google product.