diff options
Diffstat (limited to 'devel/ddd/pkg-descr')
-rw-r--r-- | devel/ddd/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/ddd/pkg-descr b/devel/ddd/pkg-descr new file mode 100644 index 0000000..c8bd197 --- /dev/null +++ b/devel/ddd/pkg-descr @@ -0,0 +1,13 @@ +DDD is the Data Display Debugger, a common graphical front-end for +GDB, DBX, and XDB debuggers. + +DDD is an 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. + +- David O'Brien +obrien@NUXI.com |