NicolasPetton/pass@1a9f610015 -> NicolasPetton/pass@896696999d andras-simonyi/citeproc-el@54184baaff -> andras-simonyi/citeproc-el@d232616851 emacs-lsp/lsp-mode@c77ba14106 -> emacs-lsp/lsp-mode@3a96df0dd7 emacs-straight/dape@8dbe56d7c7 -> emacs-straight/dape@1df7834306 emacs-tree-sitter/tree-sitter-langs@becd29c756 -> emacs-tree-sitter/tree-sitter-langs@59979a1f5c hcl-emacs/terraform-mode@5bdd734a87 -> hcl-emacs/terraform-mode@80383ff42b jacktasia/dumb-jump@737267a613 -> jacktasia/dumb-jump@42f97dea50 magit/forge@9db4d386a1 -> magit/forge@a31859547a magit/magit@04ee83d93f -> magit/magit@2f1ff91f12 magit/transient@25b994a565 -> magit/transient@f3f498aa15 mohkale/consult-eglot@b71499f4b9 -> mohkale/consult-eglot@2816f8aad7 purcell/envrc@4ca2166ac7 -> purcell/envrc@cb5f6d2a42
:tools debugger
Description unfold
Turns Emacs into a debug adapter client, powered by doom-package:dape. The debug adapter protocol aims to establish a standardized interface and API for debuggers.
Maintainers
This module has no dedicated maintainers. Become a maintainer?
Module flags
- +lsp
- (This flag is deprecated) Installs doom-package:dap-mode and doom-package:dap-ui. Requires doom-module::tools lsp (not compatible with Eglot).
Hacks
No hacks documented for this module.
TODO Changelog
This module does not have a changelog yet.
Installation
Enable this module in your doom!
block.
Then check out the install instructions for the debug adapters you want to work with.
Dape's documentation will instruct you to install debug adapters to
$EMACSDIR/debug-adapters/
, but Doom uses$DOOMDIR/debug-adapters/
instead! Alter dape-adapter-dir to change this.
Usage
Start the debugger with M-x +debugger/start
(bound to <leader> o d). You'll be
prompted to enter a debugger configuration to launch (use <up>/<down> to
traverse your history of debugger configs).
Once the session is started, it can be terminated by M-x +debugger/quit
.
TODO Configuration
This module has no configuration documentation yet. Write some?
The default debugger configs can be found in var:dape-configs.
Troubleshooting
There are no known problems with this module. Report one?
Frequently asked questions
This module has no FAQs yet. Ask one?
TODO Appendix
This module has no appendix yet. Write one?