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