Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Data Display Debugger


Related Topics
GNU
DDD

  
  Data Display Debugger - Wikipedia, the free encyclopedia
Data Display Debugger, or DDD, is a popular graphical user interface for command-line debuggers such as GDB, DBX, JDB, WDB, XDB, the Perl debugger, and the Python debugger.
DDD has GUI front-end features such as viewing source texts and its interactive graphical data display, where data structures are displayed as graphs.
DDD is used primarily on UNIX systems, and its usefulness is complemented with many programmers who add open source plug-ins to DDD.
en.wikipedia.org /wiki/Data_Display_Debugger   (156 words)

  
 Data Display Debugger -- Facts, Info, and Encyclopedia article   (Site not responding. Last check: 2007-10-09)
DDD is licensed under the (additional info and facts about GNU GPL) GNU GPL and is (additional info and facts about open source) open source.
DDD has (A user interface based on graphics (icons and pictures and menus) instead of text; uses a mouse as well as a keyboard as an input device) GUI front-end features such as viewing source texts and its interactive graphical data display, where data structures are displayed as graphs.
DDD is used primarily on (Trademark for a powerful operating system) UNIX systems, and its usefulness is complemented with many programmers who add open source plug-ins to DDD.
www.absoluteastronomy.com /encyclopedia/d/da/data_display_debugger.htm   (149 words)

  
 Data Display Debugger   (Site not responding. Last check: 2007-10-09)
ddd (the data display debugger) provides a graphical interface to existing unix debuggers such as dbx and gdb.
start ddd by typing "ddd program-name" at the prompt where program-name is the name of the executable you want to debug.
To display the value of a variable, place the mouse over the variable in the code and click the left mouse button.
www.cclabs.missouri.edu /things/instruction/ddd   (281 words)

  
 Using DDD
The main advantage of using DDD over GDB is that one can visualize data using DDD; of course, another advantage is that one does not need to learn esoteric GDB commands (although this is not necessarily a bad thing).
DDD should then display the source code of the main function in the largest window.
DDD will then execute line 54, and you will see the first line of output appear in the Debugger Console window.
www.cs.duke.edu /courses/fall98/cps100e/ddd/ddd.html   (1262 words)

  
 Data Display Debugger (DDD) for Mac OS X   (Site not responding. Last check: 2007-10-09)
DDD is a graphical front-end for command-line debuggers such as GDB, the Perl debugger, or the Python debugger.
Besides "usual" front-end features such as viewing source texts, DDD has become famous through its interactive graphical data display, where data structures are displayed as graphs.
DDD for Mac OS X is the binary for DDD built from sources on Mac OS X. The following is a sample screen shot of DDD for Mac OS X in action.
www.geocities.com /terry_teague/ddd.html   (1212 words)

  
 DDD - The Data Display Debugger   (Site not responding. Last check: 2007-10-09)
DDD is a powerful tool which is a graphical interface for an inferior debugger (usually gdb).
The speciality of DDD as its name might suggest is its ability to display your programs data graphically in a very comfortable manner.
DDD will allow you to display structures and dereference pointers to create a visualization of a linked-list or a tree.
cohen.il.eu.org /~shlomif/lecture/W2L/Technion/ddd   (113 words)

  
 DDD - Data Display Debugger - GNU Project - Free Software Foundation (FSF)
DDD 3.3.7 is currently not on ftp.gnu.org, after the server was cracked recently.
DDD 3.3.7 brings debugging of bash scripts (together with bashdb) and improved conformity with ISO C++: in particular, G++-3.x is now the compiler recommended for DDD.
DDD 3.3 brings data themes, debugger interaction while the program is running, support for JDB 1.2, and several bug fixes.
www.mirror5.com /software/ddd/ddd.html   (820 words)

  
 [No title]
Debuggers on Different UNIX Systems ----------------------------------- This is a quick-reference list of which debugging tools are available on which Instructional UNIX platforms.
"ddd" is a debugger with a graphical front end.
Debugger: The 64-bit 'gdb' is broken (March 2002), which means it can't be used on the Solaris SPARC systems.
www-inst.eecs.berkeley.edu /pub/c.help   (1224 words)

  
 [No title]
Displays remain effective until you delete them; they are updated each time the program stops.
This is especially the case whenever you changed debugger settings that could affect the data format, and want the data window to reflect these settings.
This is useful when the inferior debugger is not available on the remote host\(em\&for instance, because the remote system does not have a general purpose operating system powerful enough to run a full-featured debugger.
www.rpi.edu /dept/acm/arch/sgi_62.old.Sun_Feb_21_00:02:54_EST_1999/man/man1/ddd.1   (20352 words)

  
 DDD - The Data Display Debugger   (Site not responding. Last check: 2007-10-09)
The Data Display Debugger (DDD) is a popular graphical user interface for UNIX debuggers such as GDB, DBX and XDB.
Besides ``usual'' front-end features such as viewing source texts, DDD got famous for its interactive graphical data display, where data structures are displayed as graphs.
DDD has been designed to compete with well-known commercial debuggers and is being used for software development by all major suppliers of information technology.
fpsalmon.usc.es /manuales/ddd   (107 words)

  
 DDD - A Free Graphical Front-End for UNIX Debuggers - utkehaus, Zeller (ResearchIndex)   (Site not responding. Last check: 2007-10-09)
Abstract: The Data Display Debugger (DDD) is a novel graphical user interface to GDB and DBX, the popular UNIX debuggers.
Besides "usual" features such as viewing source texts and breakpoints, DDD provides a graphical data display, where data structures are displayed as graphs.
2 DDD -- the Data Display Debugger (context) - utkehaus, Zeller - 1995
citeseer.ist.psu.edu /zeller95ddd.html   (466 words)

  
 Chapter 7. Debugging
DDD is the Data Display Debugger, and is a nice GUI front-end to gdb, the GNU debugger.
DDD has some nice capabilities for viewing arbitrary dumps of memory relating to the registers.
Display the array as bytes and ascii 0:000> db array array+5 0012fed4 72 65 76 65 6e 67 reveng
www.acm.uiuc.edu /sigmil/RevEng/ch07.html   (1578 words)

  
 DDD--Data Display Debugger | Linux Journal   (Site not responding. Last check: 2007-10-09)
The ddd homepage is at http://www.cs.tu-bs.de/softech/ddd/, and the latest version (as of writing) is ddd 2.1.1.
To use ddd, write a program and compile it, using the gcc command with the -g switch set so that debugging information is included.
Since ddd is a graphical application, it can contribute most where data visualization is used.
www.linuxjournal.com /article/2315   (1324 words)

  
 DDD - Data Display Debugger - GNU Project - Free Software Foundation (FSF)
DDD 3.3.8 is the fastest and most stable DDD yet -- I strongly recommend upgrading if you are using an earlier version.
GNU DDD is a graphical front-end for command-line debuggers such as
DDD packages for Debian GNU/Linux are found here.
www.gnu.org /software/ddd   (1126 words)

  
 ddd- Data Display Debugger (Bowdoin, Computer Science Department)
Aside from providing a simple interface to the gdb debugger, it is described as being able to display graphical representations of data structures.
The top one is for displaying data (which you can select under the Data menu).
There is a small tool pallette that displays the most common commands, such as run, step, next, etc. The commands up and down allow you to move about the stack to examine environments in the calling chain.
academic.bowdoin.edu /computerscience/resources/languages/html/ddd.shtml   (247 words)

  
 ddd(1): Data Display Debugger - Linux man page
Using DDD, you can see what is going on ``inside'' another program while it executes---or what another program was doing at the moment it crashed.
This is useful if you have several debugger versions around, or if the inferior debugger cannot be invoked as `gdb', `dbx', `xdb', `jdb', `pydb', or `perl' respectively.
- ein Debugger mit graphischer Datendarstellung, by Dorothea Luetkehaus, Diploma Thesis, Technische Universitaet Braunschweig, 1994.
www.die.net /doc/linux/man/man1/ddd.1.html   (639 words)

  
 freshmeat.net: Project details for Data Display Debugger
GNU DDD, the Data Display Debugger, is a GUI to command-line debuggers like GDB, DBX, JDB, XDB, Ladebug, WDB, the Perl debugger, or the Python debugger.
It provides a graphical data display where complex data structures can be explored incrementally and interactively.
It uses GTK, it has syntax highlighting, has a nicer GUI, a better graphical display, etc. It would be nice to know other people's opinion regarding DDD x GVD.
freshmeat.net /projects/ddd/homepage   (330 words)

  
 DDD - TheBestLinks.com - DDT, TheBestLinks.com:Disambiguation, Data Display Debugger, Disambig, ...   (Site not responding. Last check: 2007-10-09)
DDD - TheBestLinks.com - DDT, TheBestLinks.com:Disambiguation, Data Display Debugger, Disambig,...
DDD, DDT, TheBestLinks.com:Disambiguation, Data Display Debugger, Disambig, Die...
This is a disambiguation page, i.e., a navigational aid which lists other pages that might otherwise share the same title.
www.thebestlinks.com /DDD.html   (107 words)

  
 rnweb: The `DDD' Animating debugger
DDD provides a *graphical data display*, where data structures are
DDD is free software, protected by the GNU general public license.
New DDD releases and bug fixes are also announced here.
www-cad.eecs.berkeley.edu /Respep/Research/dds/Hyper-RNweb/0140.html   (661 words)

  
 Data Display Debugger 3.3.10   (Site not responding. Last check: 2007-10-09)
The Data Display Debugger (DDD) is a common graphical user interface for GDB, DBX, XDB, JDB and Perl debuggers.
Besides ``classical'' front-end features such as viewing source texts, DDD provides a graphical data display, where data structures are displayed as graphs.
Using DDD, you can reason about your application by viewing its data, not just by viewing it execute lines of source code.
www.math.unizh.ch /sepp/ddd-3.3.10-mo.html   (88 words)

  
 DebuggingAndProgramAnalysisTools < CSDocs < TWiki   (Site not responding. Last check: 2007-10-09)
ddd is a wrapper around the GDB, DBX, or XDB debuggers.
In addition to the command-line interface of the dependent debugger, DDD provides a common graphical user interface to support debugging tasks.
The DDD graphical data display allows for interactive exploration of data structures.
www.cs.wisc.edu /twiki/bin/view/CSDocs/DebuggingAndProgramAnalysisTools   (460 words)

  
 112)! Where can I get an X-based debugger?
The Data Display Debugger (DDD) is a Motif user interface to GDB and DBX.
DDD provides a graphical data display in which data structures are displayed as graphs.
The PDB debugger is part of the OI distribution.
www.faqs.org /faqs/x-faq/part6/section-2.html   (368 words)

  
 DDD - Data Display Debugger   (Site not responding. Last check: 2007-10-09)
By far the easiest way to use DDD if you are on a Redhat or SuSE Linux system is to retrieve the RPM package for your OS version.
Another Motif clone is Motive and versions 1.2 and newer known to work with DDD on popular distributions of Linux including RedHat and Slackware.
DDD can be started from a script that specifies the cross debugger.
www.slac.stanford.edu /comp/unix/package/rtems/doc/html/rtems/FAQ/FAQ00082.html   (508 words)

  
 Lab 07 Data Display Debugger
The purpose of debugger such as DDD is to allow you to see what is going on "inside" another program while it executes ---- or what another program was doing at the moment it crashed.
DDD can do four main kinds of things (plus other things in support of these) to help you catch bugs in the act:
This debugging information is stored in the object file; it describes the data type of each variable or function and the correspondence between source line numbers and addresses in the executable code.
course.cs.ust.hk /comp151/S04/labs/lab07.htm   (716 words)

  
 Data Display Debugger : DDD   (Site not responding. Last check: 2007-10-09)
terms defined : Data Display Debugger : DDD
All is still licensed under the GNU FDL.
As for the "complete equivalent to Berenson's "tactile values"), the "clearness" of completeness of the experience does not necessarily involve distinction is that between a beautiful and a.
www.termsdefined.net /dd/ddd.html   (192 words)

  
 Software Systems Dept.: DDD - A Free Graphical Front-End for UNIX Debuggers
graphical data display, where data structures are displayed as graphs.
DDD has been designed to compete with well-known commercial debuggers; however, it is free software, protected by the
In this paper, we give a quick presentation of DDD and describe its architecture and basic functionality from a technical point of view.
www.infosun.fmi.uni-passau.de /st/papers/tr-95-07   (154 words)

  
 ABC-Dir: Debugger   (Site not responding. Last check: 2007-10-09)
A graphical front-end for command-line debuggers such as GDB, DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, or the Python...
TotalView is a source-level, graphical debugger for applications written in most popular languages, such as C, C++, and Fortran.
A remote debugger and IDE that can also be used for local debugging.
www.abc-directory.com /view/debugger   (228 words)

  
 sdvl Software: Category: Debugger
The "Data Display Debugger" is an interactive debugger.
Pdbx is based on the AIX debugger dbx and, like dbx, uses a command-line interface.
TotalView Version 5 is a multiprocess debugger for applications written in C, C++, FORTRAN 77, Fortran 90, and PGI HPF.
www.msi.umn.edu /sdvl/software/Debugger.html   (402 words)

  
 Data Display Debugger 3.3.8
Script Debugger 3.0.7 is a maintenance release that addresses a series of issues that came to light following the release of Script Debugger 3.0.
Perl Debugger Pocket Reference can help take some of the mystery out of the common commands and put more advanced features within your reach.
Allied Data Technologies, specialist of Customer Premises Equipment (CPE) for the Local Loop (PSTN, ISDN, xDSL), today announces their agreement with BBned, largest provider for high-quality DSL services in the Netherlands, for the supply of CPE equipment for their Voice over DSL services in the Netherlands.
www.stargeek.com /item/26362.html   (4233 words)

  
 DDD - Data Display Debugger - GNU Project - Free Software Foundation (FSF)   (Site not responding. Last check: 2007-10-09)
Since I took over from Andreas as the maintainer of DDD, I've been trying to get admin access to the mailing list server web interface, in order to make the list a subscriber-only list.
So from now on, the DDD list will be a closed list.
The perl version supported by DDD is now 5.8.x; unfortunately there remain a few wrinkles, but we're working on them.
gnu.ghks.de /software/ddd/ddd.html   (1126 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.