|  | Home | Libraries | People | FAQ | More | 
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 |