cgdb

curses-based interface to the GNU Debugger (GDB)

Install

All systems
curl cmd.cat/cgdb.sh
Debian Debian
apt-get install cgdb
Ubuntu
apt-get install cgdb
Alpine
apk add cgdb
Arch Arch Linux
pacman -S cgdb
image/svg+xml Kali Linux
apt-get install cgdb
Fedora
dnf install cgdb
Windows (WSL2)
sudo apt-get update sudo apt-get install cgdb
OS X
brew install cgdb
Raspbian
apt-get install cgdb
Docker
docker run cmd.cat/cgdb cgdb powered by Commando

cgdb

curses-based interface to the GNU Debugger (GDB)

CGDB is a curses frontend to the GNU Debugger (GDB). The goal of CGDB is to be lightweight and responsive; not encumbered with unnecessary features. The interface is designed to deliver the familiar GDB text interface, with a split screen showing the source as it executes. The UI is modeled on the classic Unix text editor, vi. Those familiar with vi should feel right at home using CGDB. Some features offered by CGDB are: * Syntax-highlighted source window * Visual breakpoint setting * Keyboard shortcuts for common functions * Searching source window (using regexp)