ddd

Graphical front-end for GDB, DBX, and other command-line debuggers

brewmacoslinux
Try with needOr install directly
Source

About

Graphical front-end for command-line debuggers

Commands

ddd

Examples

Launch DDD to debug a compiled program$ ddd ./myprogram
Debug a program with GDB backend and arguments$ ddd --gdb ./myprogram arg1 arg2
Attach DDD to an already running process$ ddd --gdb --pid 1234