dotfiles/gdb/.gdbinit.d/auto

20 lines
465 B
Plaintext

dashboard -enabled on
dashboard -layout breakpoints variables source stack threads
dashboard -style prompt 'gdb>'
dashboard -style max_value_length 0
dashboard variables -style compact True
dashboard variables -style align True
dashboard variables -style sort True
dashboard expressions -style align True
dashboard stack -style sort True
define expand
dashboard -style compact_values False
end
define pack
dashboard -style compact_values True
end
expand