diff options
author | João Felipe Santos <joao.eel[at]gmail.com> | 2010-05-12 23:28:38 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:28:38 +0200 |
commit | 93bdcb139c82a1e94c521360cb240109268767c9 (patch) | |
tree | ba0bb98b59bbd8f8de4405b72b42ad3ba4b91972 /development/cgdb/README | |
parent | da51cb3aaec62e628e2ffe18384635bcb7e1ce65 (diff) | |
download | slackbuilds-93bdcb139c82a1e94c521360cb240109268767c9.tar.gz |
development/cgdb: Added to 12.2 repository
Diffstat (limited to 'development/cgdb/README')
-rw-r--r-- | development/cgdb/README | 7 |
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. |