Edit

Share via


Debugging Windows Vista

To use WinDbg to debug Windows Vista, get the Windows 7 Debugging Tools for Windows package, which is included in the Microsoft Windows Software Development Kit (SDK) for Windows 7 and .NET Framework 4.0 - ISO.

If you want to download only Debugging Tools for Windows, install the SDK, and, during the installation, select the Debugging Tools for Windows box and clear all the other boxes.

Note  You might have to uninstall Microsoft Visual C++ 2010 Redistributable components before you install the SDK.

Debugging Tools (WinDbg, KD, CDB, NTSD) for Windows Vista

The Windows 7 Debugging Tools for Windows can run on x86-based or x64-based processors, and they can debug code that's running on x86-based or x64-based processors. Sometimes the debugger and the code being debugged run on the same computer, but other times the debugger and the code being debugged run on separate computers. In either case, the computer that's running the debugger is called the host computer, and the computer that is being debugged is called the target computer. Use the Windows 7 Debugging Tools for Windows when the target computer is running one of these operating systems.

Windows Vista: Windows Server 2008

If the target computer is running a more recent version of Windows, get the current Debugging Tools for Windows.