Windows/윈도우 공통

windbg (standalone형 다운 - Standalone Debugging Tools for Windows(WinDbg))

99iberty 2014. 9. 24. 15:07

 

http://msdn.microsoft.com/en-us/windows/hardware/hh852365

 

Standalone Debugging Tools for Windows (WinDbg)

Standalone Debugging Tools for Windows (WinDbg)

Debugging Tools for Windows are included in the WDK 8.1 Update, but you can also install them as a standalone component from the Windows 8.1 SDK. In the installation wizard, select Debugging Tools for Windows, and clear all other components. Learn more about WinDbg and supported Windows versions.

Standalone Debugging Tools for debugging Windows XP and Windows Vista

If you’re debugging Windows XP, Windows Server 2003, Windows Vista, or Windows Server 2008 (or using one of these operating systems to run the Debugging Tools for Windows), you need to use the Windows 7 release of the debugging tools. It’s included in the SDK for Windows 7 and .NET Framework 4.0. To install the Debugging Tools for Windows as a standalone component, in the SDK installation wizard, select Debugging Tools for Windows, and clear all other components.

Important: Newer versions of the Visual C++ 2010 Redistributable can cause issues when you install the SDK for Windows 7. For more information, see support for the Windows SDK.

Windows Remote Debugging client

With the Windows Remote Debugging (Windows RD) client, you can work remotely with developers from Microsoft, via the internet, to debug kernel-mode failures using the Kernel Debugger (KD). Learn more and prepare for Remote Debugging.

 

Windows symbols

Symbol files make it easier to debug your code. The easiest way to get Windows symbols is to use the Microsoft Symbol Server.

If you prefer to download the entire set of symbols for a particular version of Windows, download a symbol package.

Get Windows symbol packages

 

 

WDK를 깔면 되는데 그거 깔면 넘 무거우니까 아래

Standalone Debugging Tools for Windows 해서,

SDK 다운받아서 체크항목에 Debugging Tool 항목 따로 설치하면 됨.