Visual Studio not breaking on user-unhandled exceptions
问题 When running my app in Visual Studio, it's ending on unhandled exceptions rather than showing a message box with the exception info and continuing on as I'm accustomed to. What options do I need to change to get it back to the behavior I'm used to? Edit: In Debug/Exceptions I do have the User-unhandled option selected for CLR Exceptions. 回答1: Debug->Exceptions->Check Thrown/User-Unhandled for Common Language Runtime Exceptions edit: Maybe try to do a clean/rebuild, and run again? Maybe debug