You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
command = "lldb-vscode", -- my binary was called 'lldb-vscode-11'
env = {
LLDB_LAUNCH_FLAG_LAUNCH_IN_TTY = "YES",
},
name = "lldb",
},
}
M.installer = {
before = "",
install = [[
echo 'It seems that you do not need to install this debugger: https://github.com/mfussenegger/nvim-dap/wiki/Debug-Adapter-installation#ccrust-via-lldb-vscode'