ContextSwitchDeadLock MDA in visual studio

  • 1694
  • 0

ContextSwitchDeadLock, MDA

 

(contextSwitchDeadlock MDA)

 

The ContextSwitchDeadlock  sometime fires under the debugger, especially in some cases you may have a long-running operation.

 

 

To avoid this problem, you can simply uncheck the ContextSwitchDeadlock exception under Debug => Exceptions => Managed Debugging Assistants if you just want to ignore the exception in the debugger.

 

 

 

 

分享