Debugging Tools for Windows 64-bit VersionUpdated: May 28, 2010 On This Page
Download the Debugging Tools for Windows - Native Itanium and Native x64Current Release version 6.12.2.633 – February 26, 2010 The Debugging Tools for Windows 64-bit version is now available as a standalone component from the Windows Software Development Kit (Windows SDK). Debugging Tools for Windows includes WinDbg, a powerful debugger with a graphical interface and a console interface, as well as the console-based debuggers NTSD, CDB, and KD. The Debugging Tools are listed in two places on the Installation Options screen in the Windows SDK Setup Wizard:
After you select the appropriate Debugging Tools option as described above, clear the check boxes for the other options so that you do not install unnecessary items. The Common Utilities option downloads the Debugging Tools into a Debugging Tools for Windows folder under your Program Files folder. The Redistributable Packages option downloads the Debugging Tools to C:\Program Files\Microsoft SDKs\Windows\v7.1\Redist\Debugging Tools for Windows. You can also install the Debugging tools from the Windows Driver Kit (WDK) ISO image. System RequirementsThe following are system requirements for the 64-bit version of Debugging Tools for Windows:
See: What's New for Debugging Tools for Windows When to Use 64-bit Debugging ToolsThe 64-bit versions of Debugging Tools for Windows allow you to debug both 32-bit and 64-bit user-mode applications running on 64-bit processors. Use this package to debug both the application and the WOW64 emulator. If you are debugging an application on an Intel Itanium or x64 processor, you should use the package designed for the specific processor as listed here. The native 32-bit package is the best choice for all other debugging scenarios. Getting Started with Debugging Tools for WindowsPrevious Versions of Debugging Tools for Windows Native ItaniumPrevious Release version 6.11.1.404 - March 27, 2009 Previous Release version 6.11.1.402 - February 6, 2009 Previous Release version 6.10.3.233 - November 18, 2008 Previous Release version 6.9.3.113 - April 29, 2008 Previous Release version 6.8.4.0 - October 18, 2007 Previous Release version 6.7.5.1 - July 3, 2007 Previous Release version 6.6.7.5 - July 18, 2006 Previous Release version 6.6.3.5 - January 24, 2006 Note: These packages will install only on an Intel Itanium platform. The Itanium Debugging Tools for Windows package is required only if you are debugging an application on an Itanium processor. In any other scenario, you should use the 32-bit package. For example, if performing kernel debugger debugging of an Itanium target machine from an x86 host machine, you should install the 32-bit package. Previous Versions of Debugging Tools for Windows - Native x64Previous Release version 6.11.1.404 - March 27, 2009 Previous Release version 6.11.1.402 - February 6, 2009 Previous Release version 6.10.3.233 - November 18, 2008 Previous Release version 6.9.3.113 - April 29, 2008 Previous Release version 6.8.4.0 - October 18, 2007 Previous Release version 6.7.5.1 - July 3, 2007 Previous Release version 6.6.7.5 - July 18, 2006 Previous Release version 6.6.3.5 - January 24, 2006 Note: This package will install only on an x64 platform. The x64 Debugging Tools for Windows package is required only if you are debugging an application on an x64 processor. In any other scenario, you should use the 32-bit package. For example, if performing kernel debugger debugging of an x64 target machine from an x86 host machine, you should install the 32-bit package. |