SIGN IN SIGN UP
cs01 / gdbgui UNCLAIMED

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.

0 0 1 TypeScript

Disable pagination on gdb startup (#373)

* Disable pagination as the gdb interface freezes while it waits for the user to press 'enter' to continue.
Use '-iex' rather '-ex' for the gdb startup arguments so they execute before .gdbinit is executed, in case the .gdbinit generates any output requiring paging.

Co-authored-by: David Welch <dw@example.com>
D
davidwelch158 committed
170daedc5ad095eba86dcdc71657f6c04e466dc1
Parent: 9a36de1
Committed by GitHub <noreply@github.com> on 8/28/2021, 7:53:24 PM