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

PrevUpHomeNext

Function under_debugger

boost::debug::under_debugger — Checks if programs runs under debugger.

Synopsis

// In header: <boost/test/debug.hpp>


bool under_debugger();

Description

Returns:

true if current process is under debugger. False otherwise


PrevUpHomeNext