The dbg library is a set of C++ utilities to facilitate modern debugging idioms. It integrates well with standard library usage, providing constraints and an integrated stream-based logging facility. It is customizable and flexible.
| Tags | Software Development Bug Tracking Debuggers Libraries Testing |
|---|---|
| Licenses | LGPL |
| Operating Systems | OS Independent |
| Implementation | C++ |
Recent releases


Release Notes: gcc 3.3 compatibility is now provided. Bugfixes were made.


Release Notes: A number of bugfixes were made to make the dbg library more reliable across multiple platforms.


Release Notes: This version has improved MSVC 6.0 compiler support. The dbg homepage also contains an article on the library published by the ACCU.