I'm using the community-edition of Visual Studio 2015 (Windows 10) and have my resharper-extension (incl. Debugging Option) enabled.
when I start debugging my c#-Test-classes Visual Studio freezes and i have to minimize and maximize VS to get a refreshed Screen (for every Debugging-step).
When I disable Resharper's debugging-Option and use the build-in VS-debugging everything works fine.
I want to use Resharper because its much more comfortable.
Has anyone any idea if this is just an Option i have to set?
EDIT: VS is only freezing when I debug Unit-Tests.