gdbgui icon indicating copy to clipboard operation
gdbgui copied to clipboard

Track gdb callstack to in UI

Open kraiskil opened this issue 5 years ago • 1 comments

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.

kraiskil avatar May 21 '20 10:05 kraiskil

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.

cs01 avatar May 26 '20 21:05 cs01