diff options
Diffstat (limited to 'devel/ddd/pkg/DESCR')
-rw-r--r-- | devel/ddd/pkg/DESCR | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/ddd/pkg/DESCR b/devel/ddd/pkg/DESCR new file mode 100644 index 00000000000..5305f8ac8f7 --- /dev/null +++ b/devel/ddd/pkg/DESCR @@ -0,0 +1,20 @@ +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. + +See the DDD homepage at + http://www.cs.tu-bs.de/softech/ddd/ +Also daily CVS snapshots are at + ftp://ftp.ips.cs.tu-bs.de/pub/local/softech/ddd/current/ +Binaries for other systems are at: + ftp://ftp.ips.cs.tu-bs.de/pub/local/softech/ddd/bin/ + +- David O'Brien +obrien@NUXI.com |