Description
Debugs programs through a curses interface around GNU Debugger. It is useful for developers who want source navigation, breakpoints, stepping, and debugger output in a terminal layout.
Debuggers can run, stop, and inspect programs with access to process memory. Use them only on software you are allowed to analyze, and be careful when debugging programs that handle secrets.