I am using Visual Studio 2013 version 12.0.40629.00 Update 5.
When I debug my ASP.Net MVC 5 applications, everything works fine. That is, until I step into my first async method. From that time forward, the interface becomes sluggish and it seems to hang for a few seconds between every line of code that I step through. Even after I stop debugging, and even after I quit Visual Studio and start it again, from that time on the interface drags for several painful seconds between each command and even when I'm just clicking around trying to navigate code. It makes it impossible to use until I reboot.
Any help or advice would be greatly appreciated. I write a lot of async code and now I find myself avoiding the debug button because I don't want my IDE to turn into a brick.