> This is the home of the dbg library, a debugging library for C++. >dbg library features include: > * Expressive constraint checking utilities > * Integrated stream-based logging facilities > * Execution tracing support > * Differentiates between different sources of diagnostics - you can enable/disable them all independently > * Easy to use, powerful, configurable > * assertion behaviour can be altered at runtime (abort, throw, or continue) > * Integrates well with modern C++ code > * Can be compiled out with no overhead dbg.sourceforge.net/ > The dbg library is not platform specific, all that is required to use it is a sufficiently standards compliant compiler. dbg has been built on the following compilers: > * gcc 3.0 - 3.3 > * gcc 2.95.3 > * gcc 2.96 > * Microsoft Visual C++ 6.0 > * Borland C++ 5.5.1