简体   繁体   English

Visual Studio 2015 中的 C++ 调试器可执行文件在哪里?

[英]Where is the C++ debugger executable located in Visual Studio 2015?

I am looking for the directory and file name of Visual Studio 2015 debugger to import it into QT Creator.我正在寻找 Visual Studio 2015 调试器的目录和文件名,以将其导入 QT Creator。

My problem is, that I have no idea what its name and folder is.我的问题是,我不知道它的名称和文件夹是什么。
When googling for it only tutorials of how to debug appear.当谷歌搜索它时,只会出现如何调试的教程。

After reading all links posted by phonetagger and vahancho I knew what I need looking for... so: the executables name is cdb.exe and it can be found at C:\Program Files (x86)\Windows Kits\10\Debuggers\x64在阅读了 phonetagger 和 vahancho 发布的所有链接后,我知道我需要寻找什么......所以:可执行文件名称是cdb.exe ,它可以在C:\Program Files (x86)\Windows Kits\10\Debuggers\找到x64

BUT!但! only if Debugging Tools for Windows are installed here is a great discussion about it, and how to install it:仅当安装了 Windows 的调试工具时,这里才对它进行了很好的讨论,以及如何安装它:

How to install Debugging Tools with Visual Studio 2017 installer? 如何使用 Visual Studio 2017 安装程序安装调试工具?

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM