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.

Home Page:https://gdbgui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Side panel scroll position resets on step

Grant12311 opened this issue · comments

Describe the bug
When I step through execution, the side/information panel resets its scroll position to the top instead of staying where I have it (e.g. looking at registers).

To Reproduce
Start debugging
Step through code
Each time, the scroll position resets

Expected behavior
For the scroll position to stay the same

Please complete the following information:

  • OS: Ubuntu 22.04
  • gdbgui version (gdbgui -v): 0.15.2.0
  • gdb version (gdb -v): 12.1
  • browser [e.g. chrome, safari]: Firefox 123.0.1

Apologizes if this is more of a feature request than a bug report. Hard to gauge what the indented behavior is.