$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: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2009-06-19 16:23:31
Thorsten Ottosen <thorsten.ottosen <at> dezide.com> writes:
> > 1. You can use environment variable to enforce desirable behavior
> > all the time without your involvement.
>
> I have defined BOOST_TEST_CATCH_SYSTEM_ERRORS to no, but no luck getting
> it to work.
I found and fixed bug in execution monitor, which did not restore C Runtime
report hook. Checked into trunk.
> > 2. In debugger (when it matters IMO) the break point is triggered
> > regardless. If it's not the case it might be an issue.
>
> Not for me.
This scenario worked for me fine (even before fix).
Gennadiy