cgdb 0.8.0-3 source package in Ubuntu

Changelog

cgdb (0.8.0-3) unstable; urgency=medium

  * debian/patches: Fix readline version check with gcc 14 (Closes: #1074876)
  * debian/control: Bump Standards-Version

 -- Sebastian Ramacher <email address hidden>  Sat, 13 Jul 2024 18:29:30 +0200

Upload details

Uploaded by:
Sebastian Ramacher
Uploaded to:
Sid
Original maintainer:
Sebastian Ramacher
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel

Downloads

File Size SHA-256 Checksum
cgdb_0.8.0-3.dsc 1.2 KiB a0f16cc7a4aeae7814944ae0749e63fafa44cf108b69c6c9306bfb10b2716833
cgdb_0.8.0.orig.tar.gz 757.0 KiB 0d38b524d377257b106bad6d856d8ae3304140e1ee24085343e6ddf1b65811f1
cgdb_0.8.0-3.debian.tar.xz 4.3 KiB 0c4e8615052d652a1ef908b0db8e5626653d7b9663f330ce8a684779357f90f2

No changes file available.

Binary packages built by this source

cgdb: curses-based interface to the GNU Debugger (GDB)

 CGDB is a curses frontend to the GNU Debugger (GDB). The goal of CGDB is
 to be lightweight and responsive; not encumbered with unnecessary features.
 .
 The interface is designed to deliver the familiar GDB text interface, with a
 split screen showing the source as it executes. The UI is modeled on the
 classic Unix text editor, vi. Those familiar with vi should feel right at home
 using CGDB.
 .
 Some features offered by CGDB are:
   * Syntax-highlighted source window
   * Visual breakpoint setting
   * Keyboard shortcuts for common functions
   * Searching source window (using regexp)

cgdb-dbgsym: debug symbols for cgdb