Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
--auto_start_dbg

This argument controls whether or not a debugger is attached to the test runner when a fatal system error occurs. A fatal system error includes Unix/POSIX signals, C++ exceptions and Win32 structured exceptions.

Value

Meaning

no (default)

Do not attach a debugger to when a fatal system error occurs.

yes

Attach the default debugger when a fatal system error occurs.

Environment variable: BOOST_TEST_AUTO_START_DBG


PrevUpHomeNext