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
부모 edaef817b5
커밋 5631935f8f
로그인 계정: phundrak
GPG 키 ID: 347803E8073EACE0

파일 보기

@ -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.