more precise gdb dashboard layout
This commit is contained in:
parent
c8378330b5
commit
8515a6c5a6
1 changed files with 3 additions and 1 deletions
|
@ -11,6 +11,8 @@
|
||||||
home.file.".gdbinit.d/dashboard".text = ''
|
home.file.".gdbinit.d/dashboard".text = ''
|
||||||
dashboard -layout breakpoints source expressions stack threads variables
|
dashboard -layout breakpoints source expressions stack threads variables
|
||||||
dashboard variables -style compact 0
|
dashboard variables -style compact 0
|
||||||
dashboard source -style height 20
|
dashboard source -style height 24
|
||||||
|
dashboard stack -style compact 1
|
||||||
|
dashboard stack -style limit 3
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue