Merge pull request #5382 from danhp/patch-1

Fix Windows debug doc pointing to OS X
This commit is contained in:
Paul Betts 2016-05-03 09:28:45 -07:00
commit 2606f8020a

View file

@ -11,7 +11,7 @@ with breakpoints inside Electron's source code.
* **A debug build of Electron**: The easiest way is usually building it * **A debug build of Electron**: The easiest way is usually building it
yourself, using the tools and prerequisites listed in the yourself, using the tools and prerequisites listed in the
[build instructions for Windows](build-instructions-osx.md). While you can [build instructions for Windows](build-instructions-windows.md). While you can
easily attach to and debug Electron as you can download it directly, you will easily attach to and debug Electron as you can download it directly, you will
find that it is heavily optimized, making debugging substantially more find that it is heavily optimized, making debugging substantially more
difficult: The debugger will not be able to show you the content of all difficult: The debugger will not be able to show you the content of all