Browse Source

Merge pull request #9241 from electron/doc-symstore

Document downloading debugging tools for windows
Kevin Sawicki 8 years ago
parent
commit
eee9ed2c5d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/development/build-instructions-windows.md

+ 3 - 0
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/)