wok diff cgdb/description.txt @ rev 25842
remove web-tweetdeck
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 15 11:37:45 2025 +0000 (3 months ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/cgdb/description.txt Thu May 15 11:37:45 2025 +0000 1.3 @@ -0,0 +1,6 @@ 1.4 +Cgdb is a lightweight curses (terminal-based) interface to the 1.5 +GNU Debugger (GDB). 1.6 +In addition to the standard gdb console, cgdb provides a split 1.7 +screen view that displays the source code as it executes. 1.8 +The keyboard interface is modeled after vim, so vim users should 1.9 +feel at home using cgdb.