2

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?

hally9k
  • 2,423
  • 2
  • 25
  • 47

1 Answers1

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).

enter image description here

The script may not be updated to Windows 10.

magicandre1981
  • 27,895
  • 5
  • 86
  • 127