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: 9 days ago
JSON representation

Go implementation of the Debug Adapter Protocol

Lists

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.