windows-7windbgbsod

Installed Win7 SDK. Can't find winDbg


I installed everything including the debugging tools. I've looked through the Microsoft SDK folder and couldn't find anything that resembled winDbg or an installer for it.

Anyone?

Edit: I'm trying to use a dump file to figure out why I had a BSOD. Will this site give me the same information as winDbg? http://www.osronline.com/page.cfm?name=analyze

Edit 2: I think the sdk did not install correctly. So I'm working on that now. I'm pretty sure what the sdk I downloaded included debugging tools(winDbg). http://www.microsoft.com/en-us/download/confirmation.aspx?id=8279

Edit 3: Installed the sdk correctly and all is well.


Solution

  • I uninstalled the 2010 C++ x86 and x64 redistributables. This allowed me to install the SDK completely along with the redistributables I just uninstalled. I found winDbg here: C:\Program Files\Debugging Tools for Windows (x64).

    This can be closed.