docs(emacs/programming): separate dap-mode from lsp-mode

This commit is contained in:
Lucien Cartier-Tilet 2024-10-05 20:09:25 +02:00
parent edaef817b5
commit 5631935f8f
Signed by: phundrak
GPG Key ID: 347803E8073EACE0

View File

@ -289,6 +289,7 @@ You can find the keybinds of Treemacs here.
[remap xref-find-apropos] #'consult-lsp-symbols)) [remap xref-find-apropos] #'consult-lsp-symbols))
#+end_src #+end_src
*** dap-mode
~dap-mode~ is an advanced debugging mode that works through LSP. Note ~dap-mode~ is an advanced debugging mode that works through LSP. Note
that currently, ~dap-firefox~ and ~dap-chrome~ dont work correctly due to that currently, ~dap-firefox~ and ~dap-chrome~ dont 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. [[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.