codewario
codewario

Reputation: 21418

Don't break on handled exceptions in Visual Studio 2008

Is there a way to tell the Visual Studio 2008 not to break on exceptions that are caught and handled? It's annoying to have to hit continue when there are many handled exceptions that pop up during run-time.

Upvotes: 3

Views: 400

Answers (1)

SLaks
SLaks

Reputation: 887433

Click Debug, Exceptions, and uncheck everything.

Upvotes: 9

Related Questions