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.9k stars 499 forks source link

How to open a coredump? #413

Open GitMensch opened 2 years ago

GitMensch commented 2 years ago

Workarounds:

Ideally there would be an option to do so directly in a session, and ideally gdbui would recognize that there is no process and disable the step into/out commands and friends with their shortcuts.

GitMensch commented 1 year ago

As a follow-up to the 2nd option - one can start gdbgui with --gdb-cmd "/path/to/gdb --core=/path/to/core /path/to/binary", not tested but that should work also.