Re: stopping on rethrows
- From: "Oleg Starodumov" <com-dot-debuginfo-at-oleg>
- Date: Mon, 13 Mar 2006 12:48:22 -0800
I would like to break on every exception (when thrown) but one.
I added this exception to the exceptions list and marked "continue" but I'm
still stopping when it is rethrown ("catch (myex) { throw; }").
How can I make VC continue without stopping in this situation?
In Exceptions dialog, add a new C++ exception whose name is "[rethrow]"
(square brackets are required), and configure it not to break when thrown.
Regards,
Oleg
[VC++ MVP http://www.debuginfo.com/]
.
- Prev by Date: Re: EEAddin under VS2005
- Next by Date: how can I set *.pdb for the debugging?
- Previous by thread: Insight debugger
- Next by thread: how can I set *.pdb for the debugging?
- Index(es):