gdbgui

Browser-based frontend for GDB with modern UI and debugging tools

brewmacoslinux
Try with needOr install directly
Source

About

Modern, browser-based frontend to gdb (gnu debugger)

Commands

gdbgui

Examples

Start gdbgui and debug an executable$ gdbgui ./my_program
Debug a program with arguments$ gdbgui --args ./my_program arg1 arg2
Attach to a running process by PID$ gdbgui --pid 1234