> For the complete documentation index, see [llms.txt](https://jen-hsuan-hsieh.gitbook.io/debugging-tools-experience/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jen-hsuan-hsieh.gitbook.io/debugging-tools-experience/422chu-cuo-gong-ju/chapter3-windbg/31an-zhuangwindbg.md).

# 5.2.1.安裝WinDbg

* 1.到[微軟官網](https://developer.microsoft.com/zh-tw/windows/hardware/windows-driver-kit), 選擇**安裝適用於 Windows 10 (版本 1703) 的 Window SDK**, 就會開始下載安裝檔**winsdksetup.exe**

![](https://github.com/jenhsuan/debugging-tools-experience/tree/91ad7a157f155ea77065c5600800bb4627bd1ae2/assets/螢幕快照%202017-06-14%20下午3.23.34.png)

* 2.打開**winsdksetup.exe**, 確定**Debugging Tools for Windows**有被勾選, 按下Download進行下安裝WinDbg

![](https://github.com/jenhsuan/debugging-tools-experience/tree/91ad7a157f155ea77065c5600800bb4627bd1ae2/assets/螢幕快照%202017-06-15%20上午11.17.33.png)

* 3.安裝完後可以從開始功能表中的**最近安裝**找到**WinDbg**, 或是從**Windows kits**找到他

![](https://github.com/jenhsuan/debugging-tools-experience/tree/91ad7a157f155ea77065c5600800bb4627bd1ae2/assets/螢幕快照%202017-06-15%20下午5.39.43.png)
