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.9k stars 499 forks source link

Selectively display sections in right panel #320

Open tcwan opened 4 years ago

tcwan commented 4 years ago

Is your feature request related to a problem? Please describe. I am trying to use gdbgui for debugging bare-metal ARM code running in QEMU. Screenshot 2020-03-19 at 08 50 27

There are a lot of display sections in gdbgui right panel which do not make sense in this use case. I am especially interested in the register panel contents, which gets pushed out of view each time.

Describe the solution you'd like I would like to be able to control which sections are enabled and displayed, as well as the ability to rearrange the sections.

Describe alternatives you've considered Make the right panel occupy the entire height of the window to provide more space.

Additional context I'm running on macOS Mojave, with multiarch gdb 9.1 and qemu 4.2.0 installed using MacPorts.

cs01 commented 3 years ago

You should be able to collapse sections you are not interested in by clicking the blue rows