In Visual Studio, there is a list under Debug > Exceptions (Ctrl-Alt-E) that shows which exceptions the debugger should break on. Where does this list get stored?
I ask because my list is being constantly reset (and all of my System exceptions are being disabled, so all of the important exceptions don't break at all) and I'm trying to figure out why.