cyrus-and / gdb-dashboard

Modular visual interface for GDB in Python
MIT License
11.1k stars 780 forks source link

(feature request?) Horizontal split #274

Closed kazi-code closed 2 years ago

kazi-code commented 2 years ago

Hi, thanks so much for developing this great tool!

It appears that a horizontal split as provided in the default tui mode[0] does not work with the modules in dashboard. Am I missing the trick to configure or is it not supported with dashboard at this point?

[0] e.g. tui new-layout example {-horizontal src 1 asm 1} 2 status 0 cmd 1

cyrus-and commented 2 years ago

The dashboard is a replacement for TUI mode; they can't work together. Horizontal split is not supported in a single terminal, but you can use multiple terminals (or tmux/screen splits). See this wiki page.