Boost logo

Boost :

From: Jeremy Day (jeremy.day_at_[hidden])
Date: 2006-07-19 15:01:01


Andreas,

On 7/19/06, Andreas Huber <ahd6974-spamgroupstrap_at_[hidden]> wrote:
>
> How does catcher find out what exception was thrown? It seems it must
> use the same idiom that ::HandleException() uses, i.e. throw; inside a
> try block.

Catcher does use the "throw inside a try block" idiom (is there a better
name for that?).

Once you do that, most debuggers won't be able to show the
> original stack trace.

Visual Studio .NET 2003 (and, I imagine, .NET 2005) do show you the original
stack trace.

Jeremy


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk