Switch from custom gdb version to pacman package version
This commit is contained in:
parent
804d5b3612
commit
8c175d6515
@ -1,8 +1,8 @@
|
|||||||
local dap = require("dap")
|
local dap = require("dap")
|
||||||
dap.adapters.gdb = {
|
dap.adapters.gdb = {
|
||||||
type = "executable",
|
type = "executable",
|
||||||
command = "/home/m/dev/sw/binutils-gdb/gdb/gdb",
|
command = "gdb",
|
||||||
args = { "-i", "dap", "--data-directory=/home/m/dev/sw/binutils-gdb/gdb/data-directory" }
|
args = { "-i", "dap" }
|
||||||
}
|
}
|
||||||
|
|
||||||
dap.configurations.c = {
|
dap.configurations.c = {
|
||||||
@ -19,3 +19,5 @@ dap.configurations.c = {
|
|||||||
cwd = "${workspaceFolder}",
|
cwd = "${workspaceFolder}",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dap.configurations.rust = dap.configurations.c
|
||||||
|
Loading…
Reference in New Issue
Block a user