svaante / dape

Debug Adapter Protocol for Emacs
GNU General Public License v3.0
455 stars 25 forks source link

Is codelldb necessary? #54

Closed Cons-Cat closed 7 months ago

Cons-Cat commented 8 months ago

I'm trying to understand why codelldb is recommended rather than the LLDB binaries from the LLVM repository directly. As I understand it, editors should be able to run the lldb-vscode binary directly, and that would make it much easier for users to keep up with the latest fixes and features of LLDB. Are there important features provided by codelldb for this?

GDB also supports the DAP, but is not supported by codelldb.

Cons-Cat commented 7 months ago

My understanding of dape-mode has grown, disregard the silly question :P