debugger for python
This commit is contained in:
parent
f89dbf8e7f
commit
13b8601d80
2 changed files with 32 additions and 12 deletions
|
|
@ -37,6 +37,14 @@ return {
|
|||
layouts = {
|
||||
{
|
||||
elements = {
|
||||
{
|
||||
id = "stacks",
|
||||
size = 0.1
|
||||
},
|
||||
{
|
||||
id = "breakpoints",
|
||||
size = 0.1
|
||||
},
|
||||
{
|
||||
id = "console",
|
||||
size = 0.5
|
||||
|
|
@ -47,26 +55,18 @@ return {
|
|||
},
|
||||
{
|
||||
elements = {
|
||||
{
|
||||
id = "repl",
|
||||
size = 0.2
|
||||
},
|
||||
{
|
||||
id = "scopes",
|
||||
size = 0.2
|
||||
},
|
||||
{
|
||||
id = "breakpoints",
|
||||
size = 0.2
|
||||
},
|
||||
{
|
||||
id = "stacks",
|
||||
size = 0.2
|
||||
},
|
||||
{
|
||||
id = "watches",
|
||||
size = 0.2
|
||||
},
|
||||
{
|
||||
id = "repl",
|
||||
size = 0.2
|
||||
},
|
||||
},
|
||||
position = "right",
|
||||
size = 40
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue