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.
- Versions: 0.8.0
- Website: https://cgdb.github.io
- Licenses: GPL 2+
- Package source: gnu/packages/debug.scm
- Builds: See build status
- Issues: See known issues
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
You can use the following badge to inform users of cgdb about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/cgdb'><img src='https://packages.guix.gnu.org/packages/cgdb/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/cgdb)
Example Org:
[[https://packages.guix.gnu.org/packages/cgdb][https://packages.guix.gnu.org/packages/cgdb/badges/latest-version.svg]]