debug symbols - Can't find PDBStr.exe on Windows 10 -


i trying set gitlink our debugging symbols complains 'pdbstr not found on computer, please install 'debugging tools windows' after installing said debugging tools cannot find pdbstr.exe anywhere. missing something?

after installing debugging tool windows 10 sdk, see pdbstr.exe under c:\program files (x86)\windows kits\10\debuggers\x64\srcsrv\ (64bit) , c:\program files (x86)\windows kits\10\debuggers\x86\srcsrv (32bit).

enter image description here

the script may not updated windows 10.


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -