Add core-debug + realgud universal debugging platform
This commit is contained in:
parent
bbde8f2c70
commit
1cd492d301
7 changed files with 127 additions and 2 deletions
|
@ -79,5 +79,8 @@
|
|||
(after! flycheck
|
||||
(exmap "er[rors]" (λ! (flycheck-buffer) (flycheck-list-errors))))
|
||||
|
||||
;; Debuggers
|
||||
(exmap "debug" 'narf:debug)
|
||||
|
||||
(provide 'my-commands)
|
||||
;;; my-commands.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue