gudap/README.md
2024-06-18 17:15:12 -04:00

12 lines
265 B
Markdown

# 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)
```