Configure the visual studio debugger for try-catch statements
Posted
by Alexander Stalt
on Stack Overflow
See other posts from Stack Overflow
or by Alexander Stalt
Published on 2010-04-07T06:05:37Z
Indexed on
2010/04/07
6:13 UTC
Read the original article
Hit count: 340
VS 2005
For example,
My employees gave me a project with about X try-*catch* statements.
X > 100 .. 300
I need to test a project. Is there a way to mark each (every) beginnig of catch as a breakpoint ? I don't want to do it manually. Maybe there is some settings that fit to me ?
© Stack Overflow or respective owner