Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

Header <boost/test/debug.hpp>
PrevUpHomeNext

defines portable debug interfaces

Intended to standardize interface of programs with debuggers

namespace boost {
  namespace debug {
    struct dbg_startup_info;
  }
}

PrevUpHomeNext