$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Hartmut Kaiser (hartmutkaiser_at_[hidden])
Date: 2004-01-08 01:53:04
Dan W. wrote:
> B) I want the debugger to stop execution at the line in which
> the violated expression is coded; not in some other place
> from which I have to go back in the stack to see what happened.
BTW you can tell almost any debugger to stop, if/when any (given) exception
is thrown.
Regards Hartmut