12 lines
265 B
Markdown
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)
|
|
```
|