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 498 forks source link

Update doc to restrict gdb version #383

Open wglacier opened 3 years ago

wglacier commented 3 years ago

gdb version below 8.0 doesn't seem to support new-ui and always show as time-out which is very confusing to new starters. Can you please update the doc or I'd be happy to submit a PR if you could grant me the permission.

cs01 commented 3 years ago

Thanks for the report. Sure a PR would be great.

GitMensch commented 2 years ago

Where is the referenced doc? Could gdbgui create a nice error message with a hint if this happens instead of a timeout?

Note: "new-ui" was added with GDB 7.12; the main question is - should even this old version be supported (that was October 2016, it takes a bit of time but also 2012 machines seem to be able to compile GDB 11 with python support)?