doomemacs/modules/tools/debugger
Henrik Laxhuber 6de1e56d4f
Fix +debug/start for dap-based debuggers.
Reworks the internals of how the debugger module stores the last-used
configuration:
- car of the configuration indicates whether it is a realgud or a
dap-based configuration.
- For dap-based debuggers, the entire dap configuration is stored, with
code copied from `dab-debug`.
- When inside a project, don't store the configuration as a buffer-local
variable, but instead as a project-local variable using
`projectile-variable`.

Fixes #2367.
2021-02-28 22:16:38 +01:00
..
autoload Fix +debug/start for dap-based debuggers. 2021-02-28 22:16:38 +01:00
config.el Load dap-mode after lsp-mode manually 2020-10-10 13:50:57 -04:00
doctor.el [eglot] Add support for eglot lsp client in emacs 2020-05-28 09:34:10 +02:00
packages.el Fix +debug/start for dap-based debuggers. 2021-02-28 22:16:38 +01:00