add ability to debug core dump through UI
Open
- Dominant language
- TypeScript
- Stars
- 10.4k
- Forks
- 521
- PR merge metrics
- No merged PRs in 30d
Description
Per discussion in https://gitter.im/gdbgui/Lobby, a UI element should let the user input the binary to debug along with the core file, then load as appropriate.
For now, you can load a program with the existing "Load Binary" button, then run
```
core-file
```
in the terminal at the bottom.
https://sourceware.org/gdb/onlinedocs/gdb/Files.html
Contributor guide
Assessment
This issue has not been assessed yet.