为什么最新版本的wdk中没有windbg?
I just installed wdk 7600.16385.1
(from here) ,
and find windbg is missing even though I've chosen to install all components.
Is it officially removed from wdk now?
If that's the case,why?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
WinDbg 作为 Windows SDK 的一部分提供。请检查此链接:http://msdn.microsoft.com/en -us/windows/hardware/gg463016.aspx。安装最新的 Windows SDK,WinDbg 可以在 C:\Program Files\Microsoft SDKs\Windows\v7.1\Redist\Debugging Tools for Windows 中找到。
WinDbg is shipped as a part of the Windows SDK. Please, check this link: http://msdn.microsoft.com/en-us/windows/hardware/gg463016.aspx. Install latest Windows SDK, and WinDbg can be found in C:\Program Files\Microsoft SDKs\Windows\v7.1\Redist\Debugging Tools for Windows.
我的以某种方式安装在目录 C:\Program Files\Debugging Tools for Windows (x64) 中
Mine was somehow installed in the directory C:\Program Files\Debugging Tools for Windows (x64)
它包含在我的(已安装的)WDK 版本副本 (
C:\WINDDK\7600.16385.1\Debuggers\windbg.exe
) 中。所以不知道为什么它不会在你的手中。另外,据我所知,WinDbg 被移入 WDK(和 SDK),新版本无法通过其他渠道获得,而不是从其中移出。
It's contained in my (installed) copy of this exact WDK build (
C:\WINDDK\7600.16385.1\Debuggers\windbg.exe
). So no idea why it wouldn't be in yours.Also, to my knowledge WinDbg was moved into the WDKs (and SDKs), with newer versions not being available through other channels, rather than out of them.