Skip to content

Commit

Permalink
feat(debug): initial support for dape
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 17, 2023
1 parent 5340fd8 commit 125d68c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/me-debug.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@

;;; Code:

(use-package dape
:straight (:host github :repo "svaante/dape")
:custom
(dape-inline-variables t))

(use-package realgud
:straight (realgud :build (:not compile))
:init
Expand Down

0 comments on commit 125d68c

Please sign in to comment.