plugins.dap.extensions.dap-ui.layouts
List of layouts for dap-ui.
Plugin default:
```nix
[
{
elements = [
{
id = "scopes";
size = 0.25;
}
{
id = "breakpoints";
size = 0.25;
}
{
id = "stacks";
size = 0.25;
}
{
id = "watches";
size = 0.25;
}
];
position = "left";
size = 40;
}
{
elements = [
{
id = "repl";
size = 0.5;
}
{
id = "console";
size = 0.5;
}
];
position = "bottom";
size = 10;
}
];
Type: null or (list of (submodule))
Default:
null
Declared by:
plugins.dap.extensions.dap-ui.layouts.*.elements
Elements to display in this layout.
Type: list of (string or (submodule))
Default:
[ ]
Declared by:
plugins.dap.extensions.dap-ui.layouts.*.position
Which side of editor to open layout on.
Type: one of “left”, “right”, “top”, “bottom”
Default:
"left"
Declared by:
plugins.dap.extensions.dap-ui.layouts.*.size
Size of the layout in lines/columns.
Type: signed integer
Default:
10
Declared by: