Categories
dbg
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.
Last updated 16 Sep, 2003
Versions
1.20
1.20 stable released 2003-09-16
- Released: 16 Sep, 2003
- Code Maturity: Stable
- Source Archive: http://dbg.sf.net/dbg-1.20.tgz
- Licenses: LGPLv2
- Interfaces: Command Line
User Community and Support
User guide included and available in HTML format from http://dbg.sourceforge.net/kdoc/index.html



