This commit is contained in:
Gustavo Silva (es00679121_prosegur) 2023-12-17 20:39:56 +01:00
parent 0ea975b543
commit da79e8d990
11 changed files with 134 additions and 7 deletions

View file

@ -60,6 +60,7 @@ return {
-- to start the process in a random available port
port = "2345",
-- additional args to pass to dlv
-- port = "${port}",
args = {}
},
}
@ -96,10 +97,11 @@ return {
{
elements = {
-- Elements can be strings or table with id and size keys.
{ id = "scopes", size = 0.25 },
"breakpoints",
"stacks",
"watches",
{ id = "scopes", size = 0.75 },
{ id = "breakpoints", size = 0.25 },
-- "breakpoints",
-- "stacks",
-- "watches",
},
size = 40, -- 40 columns
position = "left",