mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix +debugger/start
not working (#4782)
* Fix `+debugger/start` not working * Correct indentation Co-authored-by: Henrik Lissner <accounts@v0.io>
This commit is contained in:
@ -48,7 +48,7 @@ the debugging configuration of the current buffer."
|
||||
Presents both dap and realgud configurations, and returns a list of the form
|
||||
\('dap ...) or ('realgud ...) containing the corresponding debug configuration
|
||||
infromation."
|
||||
(let ((result (mapcar (lambda (c) (cons (cadr c) c))
|
||||
(let* ((result (mapcar (lambda (c) (cons (cadr c) c))
|
||||
(append (+debugger--list-for-dap)
|
||||
(+debugger--list-for-realgud))))
|
||||
(completion (completing-read "Start debugger: " (mapcar #'car result) nil t)))
|
||||
|
Reference in New Issue
Block a user