Consider this simple console application:
using System; namespace Demo { class Program { static void Main(string[] args) { t
The VS2012 debugger won't continue past an unhandled exception