cs01 / gdbgui

Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.
https://gdbgui.com
GNU General Public License v3.0
9.94k stars 499 forks source link

Allow resizing of lower panels horizontally #496

Open 2208loki opened 1 week ago

2208loki commented 1 week ago

Screenshot 2024-11-17 121028

Hi,

I use gdbgui for debugging C++, and found it very helpful with the UI features. The only drawback I find is I cannot resize the GDB window. Currently there is no support to resize the lower three panels horizontally ( shown above in screenshot ).

I use the first GDB window a lot to input commands, and would like to make it big horizontally.

Any quick work around for this issue would also be appreciated.

Thank you...