emacs-lsp / lsp-mode

Emacs client/library for the Language Server Protocol
https://emacs-lsp.github.io/lsp-mode
GNU General Public License v3.0
4.72k stars 860 forks source link

lsp-rust: Allow debugging with GDB 14. #4444

Closed daym closed 2 months ago

daym commented 2 months ago

Since GDB 14 now supports DAP natively, we can also just use GDB instead of vscode-cpptools. Try that in lsp-rust.

See also https://github.com/emacs-lsp/dap-mode/issues/790, which is required.