This just started happening on both my work box and home.
In Visual Studio 2010, I\'ll start a debugging session and the program will run to the first breakpoint and tha
In my experience the most common reason for Visual Studio hanging is a property is being auto-evaluated and gets stuck in native code causing a hang. The first step I would take would be to disable auto-evaluated properties and implicit function calls in the debugger.