fix DAP config

This commit is contained in:
Christian Nieves
2024-03-12 23:03:29 +00:00
parent 26a5f90ee5
commit 14a4da6b6c
10 changed files with 96 additions and 72 deletions

View File

@ -75,11 +75,13 @@ return {
request = "attach",
mode = "remote",
name = "Attach Remote",
attachCommands = { "gdb-remote 5555" },
attachCommands = { "gdb-remote localhost:5555" },
-- hostName = "127.0.0.1",
-- port = 5555,
},
}
dap.configurations.c = dap.configurations.cpp
dap.configurations.java = {
{
type = "java",
@ -91,6 +93,7 @@ return {
port = 5005,
},
}
dap.configurations.gdscript = {
{
name = "Launch Project",