简体   繁体   English

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

[英]Where is symbol server utility located in Visual Studio?

I installed Visual Studio v120 into "D:\\dev\\visualstudio" because I need SDK tools installed inside "no spaces dir", now I'm having problem to locate a utility that is used to check Microsoft Symbols server. 我将Visual Studio v120安装到“ D:\\ dev \\ visualstudio”中,因为我需要在“无空格目录”中安装SDK工具,现在我在查找用于检查Microsoft Symbols服务器的实用程序时遇到了问题。

What is the name of utility? 公用事业的名字是什么? and where is it located? 它在哪里? I need to find it in order to allow outbound firewall rule. 我需要找到它以便允许出站防火墙规则。

I tried searching for "symchk" but there is no such file, is it renamed? 我尝试搜索“ symchk”,但是没有这样的文件,它被重命名了吗?

I apologize for answering my own question but, I managed to find this : 很抱歉回答我自己的问题,但是我设法找到了这个

Debugging environments 调试环境

After you install Visual Studio and the WDK, you'll have six available debugging environments. 安装Visual Studio和WDK之后,将有六个可用的调试环境。 All of these debugging environments provide user interfaces for the same underlying debugging engine, which is implemented in dbgeng.dll. 所有这些调试环境都为同一基本调试引擎提供了用户界面,该引擎在dbgeng.dll中实现。 This debugging engine is called the Windows debugger, and the six debugging environments are collectively called the Windows debuggers. 该调试引擎称为Windows调试器,六个调试环境统称为Windows调试器。

Note Visual Studio includes its own debugging environment and debugging engine, which together are called the Visual Studio debugger. 注意Visual Studio包括其自己的调试环境和调试引擎,它们一起称为Visual Studio调试器。 The Visual Studio debugger is completely different from Windows debugger. Visual Studio调试器与Windows调试器完全不同。

Obviously what I'm missing here is Windows debugging tools ^^ Visual Studio debugger can not download symbols. 显然,我在这里缺少的是Windows调试工具^^ Visual Studio调试器无法下载符号。

Microsoft debuggers tend to use symbol paths to attempt to resolve symbols in a binary. Microsoft调试器倾向于使用符号路径来尝试解析二进制文件中的符号。 Full documentation can be found here: https://msdn.microsoft.com/en-us/library/windows/hardware/hh448108.aspx 完整的文档可以在这里找到: https : //msdn.microsoft.com/en-us/library/windows/hardware/hh448108.aspx

Examine the relative section. 检查相关部分。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Microsoft Visual Studio Community 可执行文件位于何处? - Where is the Microsoft Visual Studio Community executable located? Visual Studio中的应用程序池在哪里? - Where is app pool located in visual studio? 什么/ Visual Studio 2008中的“符号浏览器”在哪里? - What/Where is the “Symbol Browser” in Visual Studio 2008? NuGet.Config 文件位于 Visual Studio 项目中的什么位置? - Where is NuGet.Config file located in Visual Studio project? Visual Studio 2015 中的 C++ 调试器可执行文件在哪里? - Where is the C++ debugger executable located in Visual Studio 2015? Visual Studio的“测试资源管理器”输出位于何处?它是保存的文件吗? - Where is the Visual Studio 'Test Explorer' Output located? Is it a saved file? Nuget 带有 ARTifactory 的 Visual Studio 中的符号服务器不工作 - Nuget Symbol Server in Visual Studio with ARtifactory is not working Visual Studio:通过注册表配置Symbol Server - Visual Studio: Configure Symbol Server via Registry Visual Studio 添加 Azure DevOps 服务器(本地)作为符号服务器 - Visual Studio add Azure DevOps Server (on prem) as Symbol Server 无法从Visual Studio访问VSTS符号服务器中发布的符号 - Unable to access symbols published in VSTS Symbol server from visual studio
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM