$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [BOOST_ASSERT] any one against improving debug support?
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2009-06-19 08:37:54
Ilya Sokolov skrev:
> Thorsten Ottosen wrote:
>> Hi,
>>
>> The current difinition of BOOST_ASSERT is a pain to use with the
>> debugger and Boost.Test because it doesn't trigger a break-point.
>
> Use --catch_system_errors=no on the command line or
> testing.arg="--catch_system_errors=no" if you are using Boost.Build.
yeah, but it is pain to do this all the time. It's a good default for
Boost's regression testing, but a poor default for ordinary unit-testing.
-Thorsten