Win7 SDK installed. Could not find winDbg

I have installed everything including the debugging tools. I looked in the Microsoft SDK folder and couldn't find anything that looked like winDbg or an installer.

Anyone?

Edit: I am trying to use a dump file to understand why I had BSOD. Will this site provide me with the same information as winDbg? http://www.osronline.com/page.cfm?name=analyze

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

Edit 3: install sdk correctly and you're good.

+3


source to share


3 answers


I removed the common 2010 C ++ x86 and x64. This allowed me to fully install the SDK along with the redistributors I just removed. I found winDbg here: C: \ Program Files \ Debugging Tools for Windows (x64).



It can be closed.

+5


source


Afaik is now part of DDK, Sdk doesn't have that.



+1


source


I have VS 2017 Enterprise installed. The Visual Studio installer allowed me to install the Windows 10 SDK. For me, the Visual Studio installer is located at: C: \ Program Files (x86) \ Microsoft Visual Studio \ Installer \ vs_installer.exe. You can run it and click Modify and then the Individual Components tab. Find the Windows SDK you want to install (for example, Windows 10 SDK (10.0.17763.0)). After it is installed, you will probably need to go to Control Panel and select "Uninstall a program". Find Windows 10 SDK in the list and click "change". This will allow you to select "Debugging Tools for Windows". You can also enable / install other features that you may need such as productivity tools.

0


source







All Articles