Reputation: 115
I have more than 300 try catch block in all project.
How can i set/put breakpoint for all catch in try catch Visual Studio for my all project (Class etc everything) ?
Upvotes: 1
Views: 478
Reputation: 117
you can try to search "try {"
(click CTRL+F) and add a breakpoint !!
I know that is the stupide way :/
Upvotes: 1