wok diff cgdb/description.txt @ rev 25508

Up memtest (6.10)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 12 10:26:56 2023 +0000 (16 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/cgdb/description.txt	Sun Feb 12 10:26:56 2023 +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.