Visual Studio Usage Reminders
Features and Quirks of Visual Studio that are often forgotten.
Avoid Visual Studio Trapping Ctrl-C
When running a Console application in Debug mode often Ctrl-C
is handled by the application and it is not desirable for Visual Studio to show the "First Chance Exception" dialog. To avoid this uncheck Thrown check box under:
Debug -> Exceptions... -> Win32 Exceptions ->
40010005 Control-C