Configure the visual studio debugger for try-catch statements
- by Alexander Stalt
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 ?