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?
Asked
Active
Viewed 2,006 times
2

hally9k
- 2,423
- 2
- 25
- 47
-
any update? were you able to find pdbstr.exe on your system after installing the Win10 SDK? – magicandre1981 Aug 28 '16 at 06:53
-
This ended up getting put on the back burner for my current project. I don't remember getting to the bottom of this, no. – hally9k Aug 28 '16 at 06:55
1 Answers
4
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.

magicandre1981
- 27,895
- 5
- 86
- 127