This package browser is in early development. Mind the rough edges.

cgdb

Console front-end to the GNU debugger

cgdb is a lightweight curses (terminal-based) interface to the GNU Debugger (GDB). In addition to the standard gdb console, cgdb provides a split screen view that displays the source code as it executes. The keyboard interface is modeled after vim, so vim users should feel at home using cgdb.

Installation

Install the latest version of cgdb as follows:

guix install cgdb

Or install a particular version:

guix install cgdb@0.8.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

HTML: <a href='http://127.0.0.1:3000/packages/cgdb/'><img src='http://127.0.0.1:3000/packages/cgdb/badges/latest-version.svg'></img></a>
Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/cgdb/badges/latest-version.svg)](http://127.0.0.1:3000/packages/cgdb/)
Org: [[http://127.0.0.1:3000/packages/cgdb/][http://127.0.0.1:3000/packages/cgdb/badges/latest-version.svg]]