Where oh where do I find a tool, any tool, that's FOR WINDOWS 7, and would allow me to peek inside a minidump file?
Every answer on the internet sends you to this page:
Problem is, that page DOES NOT CONTAIN A LINK TO A STANDALONE DEBUGGER FOR WINDOWS 7. Really, it doesn't. Here are all the links it contains:
WDK Insider Preview builds
Learn more about what's new in driver development
Get Visual Studio Express for Desktop
Get Visual Studio Community 2015
Get Visual Studio Professional 2015
Get Visual Studio Enterprise 2015Install Window SDK for Windows 10, version 1703 [love the typo, btw]
Install WDK for Windows 10, version 1703Install the EWDK 1703
Learn more about the EWDK 1703GitHub
GitHub Extension for Visual Studio
Learn more about what's new for driver samples
Known issues for Hardware Dev kits and toolsGet Visual Studio Express for Desktop
Get Visual Studio Community 2015
Get Visual Studio Professional 2015
Get Visual Studio Enterprise 2015Install the WDK for Windows 10, version 1607
Install the EWDK 1607Download Visual Studio 2013
Download WDK 8.1 Update
Download the WDK 8.1 Update Test Pack
Get driver samples for Windows 8.1Visual Studio Professional 2012
Visual Studio Ultimate
Download WDK 8
Download the WDK 8 redistributable components
Get driver samples for Windows 8Get (WinDbg) as part of Windows 8.1 SDK
Learn more and prepare for remote debugging
Download the Remote Debugging clientDownload WDK 7.1.0 [per the description, this is for developing drivers for Windows XP or Windows Server 2003]
support for the Windows SDK
Get the standalone debugging tools for Windows XP as part of Windows 7 SDK [so close, yet so far: where are the standalone debugging tools for Windows 7?]
If one of those is supposed to be for Windows 7, that's a fact known only to some insider club that I'm not a member of.
Help? And if you answer with a link to that page (or close this as a duplicate of a question where the answers all just point to that page), I will curse you to all eternity.
13 Answers
ha ha just kidding. Try these:
Upvote Wu Yongzheng's answer to Niall Connaughton's question: "Getting windbg without the whole WDK?" if that was helpful.
I do believe that I first (publicly) documented that well before Windows 10's release, and likely before Windows 8's release. So hopefully that works out perfect for you. The URL also contains a GUID, so I find it unlikely that Microsoft would distribute an updated file at that URL.
While I'm at it, here's some other hyperlinks I documented back in the day.
Here is a downloader:
Again, that has a GUID, so likely hasn't been updated.
At the time of this writing, I haven't checked how much the following resources may have been updated to reflect Windows 10. All I do know is that I documented this stuff a while ago. So the following may or may not be as helpful for you as the above resources.
Found from which may just redirect to which was found from
Get Debugging Tools for Windows (WinDbg) (from the SDK)
Run the Windows 10 SDK setup and only select the Debugging Tools for Windows
and nothing else. Here you only need to download 200MBs.
3Windbg for windows 7 - download
x86:
x64:
Windbg for windows 10 (WinDbg 10.0.18362.1) - download
x86:
x64:
Windbg preview (WindbgX) from Microsoft Store
Source:
FYI.