mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
45d7f926da
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
9 lines
443 B
Text
9 lines
443 B
Text
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.
|