visual-studio-2010 - 在 Visual Studio 2010 上调试 MS 测试时出现 "Downloading public symbols"?

标签 visual-studio-2010 debugging tdd mstest

我在 Visual Studio 2010 中使用 MS Test 来编写单元测试。当我调试测试时,它会显示一个消息框,如下所示

Title : Downloading public symbols
Message : System.XXXX.dll

有没有其他人在 Visual Studio 2010 上使用 MS Test 遇到过这个问题?

当我运行测试时不会出现这个问题。只有当我尝试调试测试时

最佳答案

它可能试图打破从 .NET 框架代码抛出的异常。

在 Debug => Exceptions 中取消选中异常中断或在 Tools => Options => Debugging => Enable Just My Code 中停用框架调试

关于visual-studio-2010 - 在 Visual Studio 2010 上调试 MS 测试时出现 "Downloading public symbols"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3117849/

相关文章:

c++ - boost 变体 istringstream 和流错误

debugging - 如何在经典 ASP 中设置断点? (IIS7/VS2010)

debugging - WatchKit 错误与 "no symbols for paired Apple watch"watchOS 3.1

javascript - 使用 Firebug 显示 DOM 层次结构

tdd - 使用 TDD 规划单元测试

javascript - 在 node.js 中编写同步函数的简单方法

ruby-on-rails - factory_girl (4.2.0) 多对多关系

sharepoint - 创建部署到选定 Web 应用程序但将程序集复制到 GAC 的解决方案

c# - Visual Studio 2012 与 Visual Studio 2010 的比较(增量)

.net - 在 .NET Framework 中使用多个计时器