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.86k stars 496 forks source link

Track gdb callstack to in UI #329

Open kraiskil opened 4 years ago

kraiskil commented 4 years ago

Is your feature request related to a problem? Please describe. Stepping up or down in the callstack via the gdb input pane (i.e. issuing the 'up' or 'down' commands) is not reflected in the UI.

Describe the solution you'd like When switching a callstack in gdb, the UI would notice and switch its view too.

Describe alternatives you've considered One can always click on the UI to select the correct the level in the callstack. But having this automatic would be convenient.

cs01 commented 4 years ago

Thanks for the issue. I fixed this in the past but I guess it regressed. I am no longer actively working on gdbgui but if anyone wants to submit a PR for this I will be happy to review it.