Skip to content

Commit

Permalink
doc: Update Windows build instructions to include debugging tools (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryMuse authored and codebytere committed Nov 20, 2018
1 parent f2d3d55 commit 46c2953
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/development/build-instructions-windows.md
Expand Up @@ -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/)
Expand Down

0 comments on commit 46c2953

Please sign in to comment.