diff --git a/docs/emacs/packages/programming.org b/docs/emacs/packages/programming.org index 4c08ab8..fc05f51 100644 --- a/docs/emacs/packages/programming.org +++ b/docs/emacs/packages/programming.org @@ -289,6 +289,7 @@ You can find the keybinds of Treemacs here. [remap xref-find-apropos] #'consult-lsp-symbols)) #+end_src +*** dap-mode ~dap-mode~ is an advanced debugging mode that works through LSP. Note that currently, ~dap-firefox~ and ~dap-chrome~ don’t work correctly due to [[https://github.com/emacs-lsp/dap-mode/issues/547][this issue]]. A workaround can be found in [[https://github.com/emacs-lsp/dap-mode/issues/554#issuecomment-1171256089][this comment]] though.