Codelldb: how to pass settings? #1155
Unanswered
wojciech-kulik
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! Thank you for the great plugin!
I'm trying to find a way to pass some settings to
codelldb
. However, I see that I can only definelaunch.json
options and the command itself. But I would like to pass options fromsettings.json
: https://github.com/vadimcn/codelldb/blob/master/MANUAL.md#generalIs there any way to do that?
I tried setting
initCommands = { "settings set lldb.showDisassembly never" }
but it didn't work :(Beta Was this translation helpful? Give feedback.
All reactions