Hi, thanks for sharing this issue.
I suspect there may be an issue with the debugger itself in VS2015. NCrunch doesn't really do much with the debugger other than ask it to attach to an existing process. There is another user that has reported a similar issue, which eventually was reported to MS and the team has acknowledged it to be a problem with the debugger. See for more information -
http://forum.ncrunch.net/yaf_postst1622_Unable-to-Debug-tests-in-Visual-Studio-2015.aspx.
Something that may be worth trying is to perform a full reset of your VS configuration to see if there is something in the registry hive that is triggering the problem. When launching VS, try running 'devenv.exe /rootsuffix test'. This will make VS use a different registry hive for the session, effectively making it work temporarily with all configuration reset. If this doesn't work, it may be worth trying to reinstall Visual Studio (sorry, I know its painful, but we really don't know what's broken in there).