From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2002-09-13 01:43:43


On Thursday 12 September 2002 18:26, Rob Stewart wrote:
> From: Toon Knapen <toon.knapen_at_[hidden]>
>
> > the bounds checking mechanism throws an exception instead of performing
> > an assert. But I have no clue how I can ask my debugger where the
> > exception was thrown so I would prefer an assert() to be used. In the
> > debugger, it's then easy to perform a stack_trace.
>
> How about if you name your debugger and we'll see if we can help
> you tell it to stop when throwing exceptions?

gdb most of the time, but also ldb (icc), dbx on SGI, IBM,...

toon