where can I get windbg for windows 7 64bit without the whole sdk?

I am looking for windbg. Without the whole Windows SDK

I saw this link

But the accepted answer, from dave black, (since MS has updated the content), seems to just be for Windows 8, and seems to be more than just windbg. (I doubt windbg is 1GB+)

I tried the sdksetup.exe files and it shows a suitcase.

enter image description here

And anyhow I don't even want the whole SDK.

And when I click that it just shows a suitcase

Then when it does seem to load, it doesn't offer just the SDK

enter image description here

2 Answers

As was mentioned in the Stack Overflow answer you referenced in your question, you can download the tools from this page.

Once you've downloaded and run sdksetup.exe, waited for the suitcase screen to pass, you just need to click "Next" a couple of times. You'll get to this screen:

Feature Selection Screenshot

From there you can deselect everything except "Debugging Tools for Windows"

4

Windbg 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:

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like