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