Windbg WDK or SDK

jcgriff2

Co-Founder / Admin
BSOD Instructor/Expert
Microsoft MVP (Ret.)
Staff member
Joined
Feb 19, 2012
Posts
21,541
Location
New Jersey Shore
I have Windbg 6.11, 6.12, 6.2.8229 - never got 6.2.9200 installed as it failed. Time for W7 + W8 reinstall.

I have both SDK & WDK among the Windbg versions.

I can see the differences if I developed drivers, but for Windbg + KD, does it matter which is installed?

It looks like SDK should be fine - http://msdn.microsoft.com/en-us/windows/hardware/gg463009.aspx
 
My understanding is that it does not matter at all, as windbg & kd will be identical between the two. Both the SDK & WDK are much more programming related, and those programmers who need either (or both) will already know the differences. My understanding is that the SDK installer allows for a smaller download & installation size for those who just want the debugging tools and is therefore probably preferable to most users here. Richard
 
The difference is in the WinDBG versions, specifically in the versions of the included debugging extensions and automation. Unless you have good reason, it's always best to install the latest version, which should be from the Windows 8 WDK or SDK. If you're not doing driver development and just need the debugging tools, Microsoft recommends using the installation package from the SDK:

[h=2]Install Debugging Tools for Windows as a Standalone Component[/h]If you don’t need an entire kit (neither WDK nor Windows SDK) but you do need only the Debugging tools, you can install the Debugging Tools as a standalone component from the Windows SDK. In the Windows SDK installation wizard, click through a few screens, select Debugging Tools for Windows on the page for selecting features/options and clear other components that you don’t want. This will download Debugging Tools for Windows without the rest of the Windows SDK.

 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top