summaryrefslogtreecommitdiffstats
path: root/development/cgdb/README
blob: 4a84d18a9308f4101daca7705345f1bda38c5681 (plain)
1
2
3
4
5
6
7
CGDB is a curses (terminal-based) interface to the GNU Debugger (GDB). Its goal
is to be lightweight and responsive; not encumbered with unnecessary features.

The primary feature of CGDB is the constant presence of a source display, 
updated as the program executes, to help keep you focused while debugging. 
The interface is inspired by the classic Unix text editor, vi. Those familiar 
with vi (or vim) should feel right at home using CGDB.