From e9c9e22a9ecec3474d86ab3d39ae85fd192b1e86 Mon Sep 17 00:00:00 2001 From: Daniel Pham Date: Tue, 3 May 2016 11:51:57 -0400 Subject: [PATCH] :memo: Fix Windows debug doc pointing to OS X [ci skip] --- docs/development/debug-instructions-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/debug-instructions-windows.md b/docs/development/debug-instructions-windows.md index 3a1a05e11030..509970237d66 100644 --- a/docs/development/debug-instructions-windows.md +++ b/docs/development/debug-instructions-windows.md @@ -11,7 +11,7 @@ with breakpoints inside Electron's source code. * **A debug build of Electron**: The easiest way is usually building it 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 find that it is heavily optimized, making debugging substantially more difficult: The debugger will not be able to show you the content of all