...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::debug::attach_debugger — Attaches debugger to the current process.
// In header: <boost/test/debug.hpp> bool attach_debugger(bool break_or_continue = true);
Using currently selected debugger, this routine attempts to attach the debugger to this process.
Parameters: |
|
||
Returns: |
true if debugger successfully attached. False otherwise |