From: Gottlob Frege (gottlobfrege_at_[hidden])
Date: 2007-07-02 23:35:27


On 6/29/07, Gennadiy Rozental <gennadiy.rozental_at_[hidden]> wrote:
>
> > And why it is not possible to determine the location of the exception (the
> > line number) when I include it into myTestCase?
>
> Because C++ doesn't provide a way ;). Do you know one?
>

It might be possible to write custom code (per compiler / OS) to
retrieve this info in debug. Maybe.

Tony