diff options
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 4a84d18a9308f..35585fa2f5f88 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. |