Microsoft.WinDbg, Release version: 1.2306.12001.0
Command Line
Download Links For Version 1.2306.12001.0
Info
last updated 7/2/2023 9:04:52 PM
Publisher:
License:
Dependencies
No dependency information
Share
- Стартовая страница
- Cтатьи, исходники
- Заметки о WinDbg
- Скачать
- Внешние ссылки
- Обо всем
- Контакты
- Утилиты
С недавнего времени, Microsoft уже не дает скачать отладчик WinDBG отдельно.
Для получения последней версии необходимо качать весь образ
WDK.
Это не всегда удобно, поэтому я выкладываю на своем ресурсе ссылки для прямого
скачивания дистрибутивов:
- ver. 10.0.17763.1 x86
- ver. 10.0.17763.1 x64
- ver. 10.0.17763.1 ARM
- ver. 10.0.17763.1 ARM64
В связи с переездом на GitHub Pages и
его ограничения на размер репозитория
я буду хранить одну старую версию (см. ниже — 6.12.2.633, подходящую для XP) и самую актуальную (см. выше).
- ver. 6.12.2.633 x86
- ver. 6.12.2.633 amd64
ΞρεΤΙκ
Debug the code errors of your designs
When new drivers, applications and services are developed for the Windows operating systems by Microsoft it’s necessary for them to go through the pertinent debugging process to find any errors, to avoid any surprises when they are launched onto the market.
For this task, the tool that has to be used is Debugging Tools for Windows. A tool that includes a powerful code debugger that offers the possibility to be used from a graphical interface or straight from the command line console.
As well as the aforementioned debugger, Debugging Tools for Windows also includes NTSD, CDB and KD debuggers that only work from the console.
Therefore, if you want to have access to a tool that will allow you to debug any error that may have filtered into the code of that last applications that you have developed for Windows, download and install Debugging Tools for Windows.
Tutorial
Provide download and installation methods for both new WinDbg and old WinDbg.
WinDbg is a multipurpose debugger for the Microsoft Windows computer operating system, distributed by Microsoft Debugging is the process of finding and resolving errors in a system; in computing it also includes exploring the internal operation of software as a help to development. It can be used to debug user mode applications, device drivers, and the operating system itself in kernel mode.
New WinDbg(Recommend)
- One-click WinDbg Download and Install
- Install WinDbg with Microsoft Store
- Install WinDbg with WinGet (Windows Package Manager)
winget install Microsoft.WinDbg
Previous version
If your OS is below Windows 10 Anniversary Update (version 1607), use this version.
You can get Debugging Tools for Windows as part of a development kit or as a standalone toolset:
- As part of the WDK
Debugging Tools for Windows is included in the Windows Driver Kit (WDK). To get the WDK, see Download the Windows Driver Kit (WDK).
- As part of the Windows SDK
Debugging Tools for Windows is included in the Windows Software Development Kit (SDK). To download the installer or an ISO image, see Windows SDK on Windows Dev Center.
- As a standalone toolset
You can install the Debugging Tools for Windows alone, without the Windows SDK or WDK, by starting the installation of the Windows SDK and then selecting only Debugging Tools for Windows in the list of features to install (and clearing the selection of all other features). To download the installer or an ISO image, see Windows SDK on Windows Dev Center.
These are the default installation directories for Debugging Tools for Windows:
- C:\Program Files (x86)\Windows Kits\8.x\Debuggers\x64
- C:\Program Files (x86)\Windows Kits\8.x\Debuggers\x86