Merge pull request #4708 from he-la/develop

Fix +debug/start for dap-based debuggers.
This commit is contained in:
Henrik Lissner 2021-03-05 20:14:11 -05:00 committed by GitHub
commit a724771d1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 88 additions and 33 deletions

View file

@ -38,6 +38,12 @@
(setq gdb-show-main t
gdb-many-windows t)
(use-package! projectile-variable
:defer t
:commands (projectile-variable-put
projectile-variable-get
projectile-variable-alist
projectile-variable-plist))
(use-package! realgud
:defer t