Description
Provides a terminal interface for GDB with source display, command input, and debugging views in a curses layout. It helps developers debug native programs without leaving the terminal.
Use it when you want a more visual GDB workflow over SSH or in terminal sessions. Debugging still requires symbols, reproducible failures, and care when controlling running programs.