gudap/README.md

13 lines
265 B
Markdown
Raw Permalink Normal View History

2024-06-18 17:15:12 -04:00
# Gudap
Combining the powers of Emacs' [GUD](https://www.gnu.org/software/emacs/manual/html_node/emacs/Debuggers.html) and [DAP](https://microsoft.github.io/debug-adapter-protocol/).
# Usage
```lisp
(use-package gudap
:load-path "/path/to/gudap/")
(gudap)
```