WIP
This commit is contained in:
@@ -120,7 +120,8 @@ if dap_ok then
|
||||
-- We need to query this to get the sysroot
|
||||
-- ls $(rustc --print sysroot)/lib/rustlib/etc
|
||||
local rust_path = vim.fn.system("rustc --print sysroot")
|
||||
-- vim.print(rust_path)
|
||||
-- trim trailing newline
|
||||
rust_path =
|
||||
local lldb_init = {
|
||||
"command script import "..rust_path.."/lib/rustlib/etc/lldb_lookup.py",
|
||||
"command source "..rust_path.."lib/rustlib/etc/lldb_commands",
|
||||
|
||||
Reference in New Issue
Block a user