Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2015, Resharper freezing on debug UnitTests

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.

like image 759
Tobias Koller Avatar asked Aug 09 '15 11:08

Tobias Koller


1 Answers

Unfortunately, this is a show stopper bug in 10.0 RTM. It's being fixed and will be in a 10.0.1 hot fix released ASAP, either this week or next. See this issue for tracking, voting and more details.

like image 101
citizenmatt Avatar answered Nov 02 '22 12:11

citizenmatt