代码之家  ›  专栏  ›  技术社区  ›  Amitabh

“Downloading public symbols” while debugging MS Test on Visual Studio 2010?

  •  4
  • Amitabh  · 技术社区  · 14 年前

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

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

    其他人是否在Visual Studio 2010上遇到过MS测试的这个问题?

    This problem does not come when I run a test. Its only when I try to Debug a Test

    1 回复  |  直到 13 年前
        1
  •  7
  •   arneeiri    14 年前

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

    取消选中调试中的异常中断=>异常,或在工具中停用框架调试=>选项=>调试=>仅启用我的代码