cgdb

curses-based interface to the GNU Debugger (GDB)
  https://cgdb.github.io/
  4
  2 reviews



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)
Latest reviews
5
souryogurt 10 years ago

Awesome frontend! Highly recommended!

5
notyourbuddy 12 years ago

If you use gdb for your debugging I highly recommend this frontend. Its exactly like gdb except it splits the screen with the executing source code always displayed on top. Makes debugging a lot easier and runs right inside the terminal like gdb.