Semantic search

Jump to: navigation, search


CxxTest false
CxxTest is a JUnit/CppUnit/xUnit-like framework for C++ that doesn't require RTTI, member template functions, exception handling, or any external libraries (including memory management, file/console I/O, or graphics libraries). It is distributed entirely as a set of header files which makes it extremely portable and usable.
DBG-Client false
'DBG-Client' is the client for the DBG debugger and profiler for the PHP programming language.
DBG-Server false
'DBG' is a PHP debugger and profiler. It's can backtrace errors. It shows local and global variables as well as parameters which have been passed to all nested function calls at any point of execution. It also lets you execute scripts in a step-by-step manner, set breakpoints (including conditional ones), evaluate expressions, and watch variables. The profiler lets you find bottlenecks in PHP code at the functions level, the modules level, and even the source lines level.
Dbg false
The dbg library is a set of C++ utilities to facilitate modern debugging idioms. It has been designed to support defensive programming techniques in modern C++ code. It integrates well with standard library usage and has been carefully designed to be easy to write, easy to read and very easy to use. 'dbg' provides various constraint checking utilities together with an integrated error logging facility. These utilities can be enabled and disabled at runtime, and in release builds, dbg library use can be compiled away to nothing.
Dbug false
dbug is a macro-based library to see program flow, variables, timings, errors, warnings, etc.
Ddd true
GNU DDD, the Data Display Debugger, is a graphical front-end for command-line debuggers. Many back-end debuggers are supported, notably the GNU debugger, GDB. In addition to usual debugging features such as viewing the source files, DDD has additional graphical, interactive features to aid in debugging.
Dejagnu true
DejaGnu is a framework for testing other programs with the flexibility and consistency that makes it easy to write tests for any program. It provides a layer of abstraction which makes all correctly written tests portable to any host or target where a program must be tested. DejaGnu is written in expect, which in turn uses tcl (which is how the tests themselves are usually written). The framework has two parts: the testing module and the testsuites themselves.
Diapergluforth false
'diapergluforth' lets you access functions in shared object libraries without having to recompile against the library's header files. It also tracks buffer allocations and automatically frees them when you exit, so you can check for memory leaks immediately after calling a function. In addition, diaperglu traps various error conditions such as attempts to access memory that the process doesn't own, and reporting an error on it's error stack instead of just exiting.
Dvbsnoop false
'dvbsnoop' is a DVB and MPEG stream analyzer program that lets you watch (live) data stream information in human readable form. It is meant for debugging, dumping, or viewing data streams (e.g. digital television, DSM-CC, MHP, or "Internet via satellite" broadcasts) sent via satellite, cable, or terrestrial lines. Streams can be SI, PES, or TS.
Dwarfdump false
Available as source code only. Prints a human readable representation of DWARF versions 2,3,4, and 5 data from an object file such as Elf,MacOS, or PE(windows). Includes libdwarf, a C library that reads the binary format and presents the data to callers via its API.


Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.