Wikipedia
Libcwd
Libcwd is a C++ library, written by Carlo Wood, to add run-time debugging support for C++ applications, particularly for code developed with the GNU Compiler Collection. The functionality that the library adds to an application can be divided into three categories:
- Ostream-based debug output.
- Run-time access to debug information.
- Run-time access to memory allocation administration.