Since some time Microsoft no longer offers the Debugging Tools for Windows as a standalone download.
You need to download the SDK installer and download from there.
This sort of annoys me since I sometimes need to install WinDBG quickly for some troubleshooting.
I watched the URL's with Fiddler while using the SDK Installer and here are the current URL's:
- From the SDK for Windows 7:
- Debugging Tools for Windows (x86) version 6.12.2.633
- Debugging Tools for Windows (x64) version 6.12.2.633
Everything is lumped into the SDK and direct download links hidden. :(
What about this link: http://archive.msdn.microsoft.com/debugtoolswindows/Release/ProjectReleases.aspx
[…] you need to download and install the Debugging Tool for Windows (WinDbg). Then we’ll need MoonSols Windows Memory toolkit (Free edition suffices) and finally […]
Thanks a lot! I was going to install Windows SDK but it didn't let me cause I don't have the Service Pack, now I can figure out what is causing these BSODs.