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.
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.
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...