Unit Test debugging is very slow in Visual Studio 2013

When I debug non-single tests, I have no problems with debugging. If I debug unit tests, I have a startup time> 10 seconds due to Visual Studio trying to load symbols, although I disabled access to symbol servers in the debug settings.

What could be the problem? I found this related question , but it does not seem to fit my problem.

+4
source share
1 answer

Ok, for me, Visual Studio 2013 Update 2 RC solved this problem

+1
source

Source: https://habr.com/ru/post/1535147/


All Articles