summaryrefslogtreecommitdiff
path: root/devel/ddd/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-11-01 00:57:41 +0000
committerzuntum <zuntum@pkgsrc.org>2001-11-01 00:57:41 +0000
commitc72c1cf5f95cbe537b005028f1743cddb16ef203 (patch)
tree93b6296152ccfbaa88b43de043b2d69ce6e63fc5 /devel/ddd/DESCR
parent37637e483f1bf6574e9306aebbd013bb63d888d6 (diff)
downloadpkgsrc-c72c1cf5f95cbe537b005028f1743cddb16ef203.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'devel/ddd/DESCR')
-rw-r--r--devel/ddd/DESCR10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/ddd/DESCR b/devel/ddd/DESCR
new file mode 100644
index 00000000000..864afa7cb5d
--- /dev/null
+++ b/devel/ddd/DESCR
@@ -0,0 +1,10 @@
+DDD is the Data Display Debugger, a common graphical front-end for
+GDB, DBX, and XDB debuggers.
+
+DDD is a Motif application that besides the "usual" features such as
+viewing source texts and breakpoints. DDD provides a graphical data
+display, where data structures are displayed as graphs. A simple
+mouse click dereferences pointers or reveals structure contents.
+Complex data structures can be explored incrementally and
+interactively, using automatic layout if preferred. Each time the
+program stops, the data display reflects the current variable values.