windows - Visual Studio 2010 debugger locks up until debugged program is killed -


so in c# .net v4 project in vs2010, i've got debugging issue. frequently, if not of time, debugger freezes when try use - typically on exceptions, it's ok if try manually break.

the way i've discovered fix kill debugged program ([projectname].vshost.exe), unlocks ide , executes mouse presses , things happened in absence.

the main windows gui not affected. there minimal cpu load. waiting nothing. output window (full of "loaded xxx, symbols loaded") uneventful. i've read symbol servers deadlocks, or deadlocks in gui, neither of issue here (the symbol servers disabled).

anyone have ideas? giving me big problem, because can't debug program.

unfortunately, number of things.

most often, i've had type of thing happen when program caught in infinite loop... since yours breaking on exceptions, maybe add exception handling?


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -