symchk的位置

Seb*_*ski 9 debugging visual-studio

我已经读过symchk(http://msdn.microsoft.com/en-us/library/windows/hardware/ff560157%28v=vs.85%29.aspx),但我无法弄清楚它在我的位置磁盘(或如何获得它).我已经安装了Visual Studio 2010 Ultimate,并认为它已包含在内.我错了吗?

Dan*_*Dan 11

请参阅MS KB(http://support.microsoft.com/kb/311503).SymChk随Windows调试工具一起提供(http://msdn.microsoft.com/en-us/windows/hardware/gg463009).

  • 奇怪的是,调试工具未随Visual Studio一起安装.因此,在安装Windows SDK之后,可以在`C:\ Program Files\Debugging Tools for Windows(x64)`(或类似)下找到symchk. (5认同)
  • 我在`C:\ Program Files(x86)\ Windows Kits\10\Debuggers\x64`中找到了我的 (2认同)