File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ ==============================================================================
2+ LLDB extension for nvim-dap *dap-lldb*
3+
4+ An extension for nvim-dap to provide C, C++ and Rust debugging support.
5+
6+ SetupOpts *dap-lldb.SetupOpts*
7+
8+ Fields: ~
9+ {codelldb_path} (string|nil) Path to CodeLLDB extension
10+ {extend_config} (boolean|nil) Extend default configurations
11+ {launch_file} (string|nil) Path to JSON configuration file
12+ {configurations} (table|nil) Per programming language configuration
13+
14+ See: ~
15+ | https://github.com/vadimcn/codelldb/blob/master/MANUAL.md |
16+
17+
18+ M.setup({opts} ) *dap-lldb.setup*
19+ Register LLDB debug adapter
20+
21+ Parameters: ~
22+ {opts} (SetupOpts) See | dap-lldb.SetupOpts |
23+
24+
25+ vim:tw=78:ts=8:noet:ft=help:norl:
You can’t perform that action at this time.
0 commit comments