diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 20:57:25 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:55 +0700 |
commit | 45d7f926daa96cdc2e3e07929f1f9af075d965aa (patch) | |
tree | d6843635ffbf7d61af56d5d00a390a409ad8aee9 /development/cgdb | |
parent | 7d5fef55d545759eb41ca9ecd52476b420f6b3fc (diff) | |
download | slackbuilds-45d7f926daa96cdc2e3e07929f1f9af075d965aa.tar.gz |
development/cgdb: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/cgdb')
-rw-r--r-- | development/cgdb/README | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/development/cgdb/README b/development/cgdb/README index 4a84d18a93..35585fa2f5 100644 --- a/development/cgdb/README +++ b/development/cgdb/README @@ -1,7 +1,9 @@ -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. +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. +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. |