update
This commit is contained in:
parent
0ea975b543
commit
da79e8d990
11 changed files with 134 additions and 7 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue