Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

add Windows 10 SDK pdbstr.exe location #95

Closed
ctaggart opened this issue Aug 2, 2015 · 6 comments · Fixed by #96
Closed

add Windows 10 SDK pdbstr.exe location #95

ctaggart opened this issue Aug 2, 2015 · 6 comments · Fixed by #96
Milestone

Comments

@ctaggart
Copy link
Owner

ctaggart commented Aug 2, 2015

See
https://github.com/ctaggart/SourceLink/blob/master/SourceLink/Pdbstr.fs

This only affects SourceLink.Fake. @forki, the simplest thing to do for now is to choco install SourceLink.

@ctaggart ctaggart added this to the 1.1.0 milestone Aug 2, 2015
@ctaggart
Copy link
Owner Author

ctaggart commented Aug 2, 2015

http://ctaggart.github.io/SourceLink/how-it-works.html

http://blogs.technet.com/b/yongrhee/archive/2015/04/05/debugging-tools-for-windows-windbg-adplus-v10-0-10041-3.aspx

https://msdn.microsoft.com/en-us/library/windows/hardware/ff557573%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396
Install Visual Studio 2015, and then install WDK 10. Debugging Tools for Windows is included in WDK 10, so you don't need to download it separately.

Debugging Tools for Windows (WinDbg, KD, CDB, NTSD)
https://msdn.microsoft.com/en-us/library/windows/hardware/ff551063(v=vs.85).aspx
All of these links are for Windows 8.x

https://dev.windows.com/en-us/downloads

Windows Standalone SDK for Windows 10
sdksetup.exe


image


image


image


image


image


image


image


image

:(

@ctaggart
Copy link
Owner Author

ctaggart commented Aug 2, 2015

image

C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\srcsrv\pdbstr.exe
C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\srcsrv\pdbstr.exe

@ctaggart
Copy link
Owner Author

ctaggart commented Aug 2, 2015

both File version: 10.0.10240.16384

@forki
Copy link
Contributor

forki commented Aug 3, 2015

Could you please release this Hotfix?

@ctaggart
Copy link
Owner Author

ctaggart commented Aug 3, 2015

@forki, there are multiple solutions for this. I ship pdbstr.exe with SourceLink.exe. Are you able to do install it via Chocolatey? Just do a choco install SourceLink. SourceLink.Fake will then find and use that pdbstr.exe.

@forki
Copy link
Contributor

forki commented Aug 4, 2015

yes that seems to work. thx

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants