summaryrefslogtreecommitdiffstats
path: root/development/cgdb/README
diff options
context:
space:
mode:
author João Felipe Santos2010-05-12 23:28:38 +0200
committer Robby Workman2010-05-12 23:28:38 +0200
commit93bdcb139c82a1e94c521360cb240109268767c9 (patch)
treeba0bb98b59bbd8f8de4405b72b42ad3ba4b91972 /development/cgdb/README
parentda51cb3aaec62e628e2ffe18384635bcb7e1ce65 (diff)
downloadslackbuilds-93bdcb139c82a1e94c521360cb240109268767c9.tar.gz
development/cgdb: Added to 12.2 repository
Diffstat (limited to 'development/cgdb/README')
-rw-r--r--development/cgdb/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/development/cgdb/README b/development/cgdb/README
new file mode 100644
index 0000000000..4a84d18a93
--- /dev/null
+++ b/development/cgdb/README
@@ -0,0 +1,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.