In the last few weeks, I've had two occasions where the debug process (vshost.exe) crashes due to an unhanded exception. The first was trying to use the Activator class to instantiate an object, I don't remember details, and today was trying to load a custom config section where I had erred in specifying the type for the section. In both cases debugging proceeded correctly when I set the debugger to break when exceptions are thrown.
Anyone know anything about such an issue?