From 9acd9e878cdb76c945831a915fd419e20e32f24d Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 20 Apr 2017 17:22:15 -0700 Subject: [PATCH] Mention downloading debugging tools for windows --- docs/development/build-instructions-windows.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/development/build-instructions-windows.md b/docs/development/build-instructions-windows.md index 4f7335e108fd..6bfd24257677 100644 --- a/docs/development/build-instructions-windows.md +++ b/docs/development/build-instructions-windows.md @@ -10,6 +10,9 @@ Follow the guidelines below for building Electron on Windows. * [Python 2.7](http://www.python.org/download/releases/2.7/) * [Node.js](http://nodejs.org/download/) * [Git](http://git-scm.com) +* [Debugging Tools for Windows](https://msdn.microsoft.com/en-us/library/windows/hardware/ff551063.aspx) + if you plan on creating a full distribution since `symstore.exe` is used for + creating a symbol store from `.pdb` files. If you don't currently have a Windows installation, [dev.microsoftedge.com](https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/)