Can't find PDBStr.exe on Windows 10

你离开我真会死。 提交于 2021-01-29 04:40:24

问题


I am trying to set up GitLink for our debugging symbols but it complains that 'PdbStr is not found on the computer, please install 'Debugging Tools for Windows' However after installing said debugging tools I simply cannot find PDBStr.exe anywhere. Am I missing something?


回答1:


After installing the Debugging Tool from Windows 10 SDK, I see the pdbstr.exe under C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\srcsrv\ (64Bit) and C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\srcsrv (32Bit).

The script may not be updated to Windows 10.



来源:https://stackoverflow.com/questions/36782445/cant-find-pdbstr-exe-on-windows-10

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!