Description
Adds a terminal dashboard interface for GDB. It presents debugger state such as source, registers, stack, variables, or disassembly in a more readable terminal layout.
It is useful for developers debugging native programs who want a richer terminal experience without switching to a graphical IDE. It still requires understanding GDB commands and the program being inspected.