dotfiles/gdb/.gdbinit.d/auto

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
459 B
Plaintext
Raw Normal View History

dashboard -enabled on
dashboard -layout threads stack breakpoints variables
dashboard -style prompt 'gdb>'
dashboard -style max_value_length 0
2021-10-12 19:56:29 +02:00
dashboard variables -style compact False
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