plugins.rustaceanvim.settings.dap.adapter
Defaults to creating the rt_lldb
adapter, which is a DapServerConfig
if codelldb
is detected, and a DapExecutableConfig
if lldb
is detected.
Set to false
to disable.
Type: null or lua function string or value false (singular enum) or (attribute set of anything)
Default:
null
Declared by:
plugins.rustaceanvim.settings.dap.adapter.args
Its arguments.
Type: null or string or raw lua code
Default:
null
plugins.rustaceanvim.settings.dap.adapter.command
The command to run for this adapter.
Type: null or string or raw lua code
Default:
null
Plugin default: "lldb-vscode"
plugins.rustaceanvim.settings.dap.adapter.host
The host to connect to.
Type: null or string or raw lua code
Default:
null
plugins.rustaceanvim.settings.dap.adapter.name
The name of this adapter.
Type: null or string or raw lua code
Default:
null
plugins.rustaceanvim.settings.dap.adapter.port
The port to connect to.
Type: null or string or raw lua code
Default:
null
plugins.rustaceanvim.settings.dap.adapter.type
The type for the debug adapter.
Type: one of “executable”, “server”