Replies: 1 comment
-
lldb-dap is a completely different debug adapter implementation. Not sure why Zed author refers to lldb-dap as CodeLLDB... CodeLLDB binds directly to the API exported by liblldb, (which you can customize via |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to configure the debug adapter in the CodeLLDB extension? I would like to run my own version of lldb-dap.
In LLDB-DAP extension you can explicitly specify the location of the
lldb-dap
binary using thelldb-dap.executable-path
setting.Another example, Zed IDE has a setting for this Customizing Debug Adapters.
Beta Was this translation helpful? Give feedback.
All reactions