diff options
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. |