Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2012/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Debugging Resharper无法调试我的测试用例_Debugging_Visual Studio 2012_Resharper_Mstest - Fatal编程技术网

Debugging Resharper无法调试我的测试用例

Debugging Resharper无法调试我的测试用例,debugging,visual-studio-2012,resharper,mstest,Debugging,Visual Studio 2012,Resharper,Mstest,我正在尝试使用resharper单元测试会话调试我的测试用例 但我无法在代码处设置断点 Error : The following break point can not be set Line no.xx Character yy The common language runtime was unable to set breakpoint 版本详情: Resharper 8.01.14.856 Visual studio 2012更新4 我所尝试的 升级的resharper安装(第8.

我正在尝试使用resharper单元测试会话调试我的测试用例 但我无法在代码处设置断点

Error : The following break point can not be set 
Line no.xx Character yy
The common language runtime was unable to set breakpoint
版本详情: Resharper 8.01.14.856 Visual studio 2012更新4
我所尝试的

  • 升级的resharper安装(第8.2.1节)
  • VS 2012的新安装
  • 我也搜索过类似的问题,还有许多其他的问题,但并没有找到答案
    一些事实

  • 同样的配置在我的队友机器上运行良好,我还导出了他的VS设置并导入到我的机器上,但它仍然不工作
  • Resharper在我的名为testresult的项目下创建一些文件夹,其中包含我的项目dll

  • @Michalosala抱歉,这是VS 2012.Thx的澄清,让我澄清一下,错误是什么时候发生的?您只是尝试通过VisualStudio插入一个断点,但出现了错误?类似于?是的,当我试图通过VS设置断点时发生了错误。因此,您可能想查看我在前面的评论中链接的So线程。删除.suo文件或修复VS2012安装,看看是否有帮助。