From 46c2953edb8d164eafe97423d2a8341c80d0bba0 Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Mon, 19 Nov 2018 22:08:25 -0800 Subject: [PATCH] doc: Update Windows build instructions to include debugging tools (#15765) --- docs/development/build-instructions-windows.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/development/build-instructions-windows.md b/docs/development/build-instructions-windows.md index 25d21f9bf6e31..5d3477bc1f7a4 100644 --- a/docs/development/build-instructions-windows.md +++ b/docs/development/build-instructions-windows.md @@ -27,6 +27,11 @@ store from `.pdb` files. Windows SDK to install. Another option would be to look at the [Windows SDK and emulator archive](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive) and download the standalone version of the SDK respectively. + * The SDK Debugging Tools must also be installed. If the Windows 10 SDK was installed + via the Visual Studio installer, then they can be installed by going to: + `Control Panel` → `Programs` → `Programs and Features` → Select the "Windows Software Development Kit" → + `Change` → `Change` → Check "Debugging Tools For Windows" → `Change`. + Or, you can download the standalone SDK installer and use it to install the Debugging Tools. If you don't currently have a Windows installation, [dev.microsoftedge.com](https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/)