mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
975c2f3053
Reported by: Trond Endrestol <Trond.Endrestol@ximalas.info> Approved by: maintainer timeout (sergio@softshark.org, 6 months)
17 lines
772 B
Plaintext
17 lines
772 B
Plaintext
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.
|
|
|
|
Data Display Debugger requires pty(4) functionality to talk to GDB, so
|
|
make sure to either load appropriate kernel module or use custom kernel
|
|
with pty(4) compiled in.
|
|
|
|
WWW: http://www.gnu.org/software/ddd/
|