views:

20

answers:

1
+1  Q: 

Debug Exceptions

In visual studio I select Debug->Exceptions then add an exception that will be ignored by visual studio.

Where is this information stored?

When I switch solutions I seem to lose this setting. Is there anyway to set this for everyone?

+2  A: 

It is being stored in the user options file for the solution (.suo)

PJ8