cgdb 0.8.0
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.
- Website: https://cgdb.github.io
- Licenses: GPL 2+
- Package source: gnu/packages/debug.scm
- Builds: See build status
- Issues: See known issues
Installation
Install cgdb 0.8.0
as follows:
guix install cgdb@0.8.0
Or install the latest version:
guix install cgdb
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.