cgdb 0.8.0-2 source package in Ubuntu

Changelog

cgdb (0.8.0-2) unstable; urgency=medium

  * debian/control: Bump Standards-Version
  * debian/rules: Generate VERSION (Closes: #1044037)

 -- Sebastian Ramacher <email address hidden>  Wed, 23 Aug 2023 21:17:49 +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

Downloads

File Size SHA-256 Checksum
cgdb_0.8.0-2.dsc 1.2 KiB 4756a108fbe7c3d90e5d9e99bd01f2f50a6227d66fc83dc3245fa0a349cda8b7
cgdb_0.8.0.orig.tar.gz 757.0 KiB 0d38b524d377257b106bad6d856d8ae3304140e1ee24085343e6ddf1b65811f1
cgdb_0.8.0-2.debian.tar.xz 4.0 KiB 2b6e2fb46b3b4aecda84609aa9b10a37727621223364e055affd15fbab6162f9

Available diffs

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