Visual Studio 中的符号服务器实用程序在哪里?

Where is symbol server utility located in Visual Studio?

我将 Visual Studio v120 安装到 "D:\dev\visualstudio" 中,因为我需要在 "no spaces dir" 中安装 SDK 工具,现在我无法找到用于检查 Microsoft Symbols 服务器的实用程序.

实用程序的名称是什么?它位于哪里? 我需要找到它才能允许出站防火墙规则。

我尝试搜索 "symchk" 但是没有这样的文件,是否已重命名?

Microsoft 调试器倾向于使用符号路径来尝试解析二进制文件中的符号。可以在这里找到完整的文档: https://msdn.microsoft.com/en-us/library/windows/hardware/hh448108.aspx

检查相关部分。

很抱歉回答了我自己的问题,但我设法找到了 this:

Debugging environments

After you install Visual Studio and the WDK, you'll have six available debugging environments. All of these debugging environments provide user interfaces for the same underlying debugging engine, which is implemented in dbgeng.dll. This debugging engine is called the Windows debugger, and the six debugging environments are collectively called the Windows debuggers.

Note Visual Studio includes its own debugging environment and debugging engine, which together are called the Visual Studio debugger. The Visual Studio debugger is completely different from Windows debugger.

显然我在这里缺少的是 Windows 调试工具 ^^ Visual Studio 调试器无法下载符号。