summaryrefslogtreecommitdiff
path: root/devel/cgdb/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cgdb/DESCR')
-rw-r--r--devel/cgdb/DESCR7
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/cgdb/DESCR b/devel/cgdb/DESCR
new file mode 100644
index 00000000000..4296b99e4af
--- /dev/null
+++ b/devel/cgdb/DESCR
@@ -0,0 +1,7 @@
+CGDB is a curses-based interface 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.