1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: ddd
Section: devel
Priority: optional
Build-Depends: bison, cdbs (>= 0.4.0), debhelper (>= 9), dh-autoreconf, flex, info, libmotif-dev, libreadline-dev, libxaw7-dev, texinfo, libelf-dev [powerpc]
Maintainer: Daniel Schepler <schepler@debian.org>
Homepage: http://www.gnu.org/software/ddd/
Standards-Version: 3.9.4
Package: ddd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: gdb (>= 7.1)
Suggests: ddd-doc, perl (>= 5.8.0), pydb, info, glibc-doc, xterm, x11-utils, gnuplot, rsh-client, cups-bsd | lpr
Conflicts: ddd-smotif, ddd-dmotif
Replaces: ddd-smotif, ddd-dmotif
Description: The Data Display Debugger, a graphical debugger frontend
The Data Display Debugger (DDD) is a popular graphical user interface to
UNIX debuggers such as GDB, DBX, XDB, JDB and others. Besides typical
front-end features such as viewing source texts and breakpoints, DDD
provides an interactive graphical data display, where data structures are
displayed as graphs. Using DDD, you can reason about your application by
watching its data, not just by viewing it execute lines of source code.
.
Other DDD features include: debugging of programs written in Ada, Bash, C,
C++, Chill, Fortran, Java, Modula, Pascal, Perl and Python; machine-level
debugging; hypertext source navigation and lookup; breakpoint, backtrace,
and history editors; preferences and settings editors; program execution
in terminal emulator window; debugging on remote host; on-line manual;
interactive help on the Motif user interface; GDB/DBX/XDB command-line
interface with full editing, history, and completion capabilities.
.
This version is linked against Lesstif, an LGPL-ed implementation of Motif.
Package: ddd-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: pdf-viewer, postscript-viewer, ddd
Replaces: ddd (<< 3.1.90)
Description: Additional documentation for the Data Display Debugger
The "Debugging with DDD" and "Writing DDD Themes" User's Guide and
Reference Manual in PDF format ("info" versions are included in the "ddd"
package itself).
.
The technical report "DDD---A Free Graphical Front-End for UNIX Debuggers"
in PostScript format.
|