Boost logo

Boost Users :

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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net