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

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
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