I know that few similar topics have been created on StackOverflow (e.g there and there). I have a well-known problem - user unhandled Exceptions thrown in Visual Studio in Windows 7 64bit are not handled by IDE debugger, so debugger does not break in suitable code line. Because I don't want to catch all exceptions by enabling "Throwing" checkBoxes in Tools->Exceptions... menu, I have tried to use Microsoft article solution.
Applying MS solution caused that, the situation has changed, but VS debugger still does not run correctly.
Currently, when new Exception is thrown, I see system internal error message and then VS debugger will correctly stops on error line BUT only for less than one second and application exits...
Do you have some others solution to resolve this bug? Programming with so called silent exceptions are very uncomfortable...
EDIT: I hope, that now my question is less ranty...