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 for the latest Boost documentation.
PrevUpHomeNext

break_exec_path

this runtime parameter is used by exception safety tester. By default exception safety tester only reports index of execution path and test case name where failure occurred. Using this parameter you can make the tester to break the execution right before entering this path.

Acceptable values
Environment variable
BOOST_TEST_BREAK_EXEC_PATH

PrevUpHomeNext