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.
WDK를 깔면 되는데 그거 깔면 넘 무거우니까 아래
Standalone Debugging Tools for Windows 해서,
SDK 다운받아서 체크항목에 Debugging Tool 항목 따로 설치하면 됨.
'Windows > 윈도우 공통' 카테고리의 다른 글
[스크랩] 서비스 동작 순서 (0) | 2014.10.07 |
---|---|
[스크랩] msvcr120.dll 다운 과 msvcp120.dll 다운 microsoft visual c++ 2013으로 해결하기 (0) | 2014.09.24 |
[스크랩] 가상 메모리란? (0) | 2014.09.24 |
[스크랩] HD Tune 사용법 (HDD 상태 확인) (0) | 2014.09.03 |
[스크랩] chkdsk 원리 (0) | 2014.09.03 |