doomelpa/code-review@fba8fe3343 -> doomelpa/code-review@303edcfbad emacs-citar/citar@ce5e9644ed -> emacs-citar/citar@5ef097beba emacs-lsp/lsp-mode@54251da4ff -> emacs-lsp/lsp-mode@c77ba14106 emacs-straight/dape@588a907c87 -> emacs-straight/dape@8dbe56d7c7 emacs-straight/eglot@6a9e0c76b9 -> emacs-straight/eglot@0b0f894713 emacs-tree-sitter/elisp-tree-sitter@12f92ef399 -> emacs-tree-sitter/elisp-tree-sitter@1c455b0953 emacs-tree-sitter/tree-sitter-langs@4eb4989d1a -> emacs-tree-sitter/tree-sitter-langs@becd29c756 emacsorphanage/quickrun@a5c9a5e8c6 -> emacsorphanage/quickrun@bae8efb8c5 karthink/gptel@1aa5f1c10d -> karthink/gptel@e1050ef6e5 magit/magit@531e7ca619 -> magit/magit@04ee83d93f
: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?