$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [UTF] Let my debugger catch unhandled exceptions
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2010-04-25 01:29:50
Adam Nielsen <a.nielsen <at> shikadi.net> writes:
> Is there some easy way I can tell UTF not to catch any exceptions?
No. You can't tell UTF not to catch c++ exceptions.
What you can do though is to run your test with log_level=message and see last
statement executed before the exception is thrown, set a break point there and
turn on 'catch throw' only after you've got to this point.
Gennadiy