Browse Source

docs: add link to Chromium windows debugging docs

I found this tidbit in particular helpful: 

```sh
> devenv /debugexe out\Debug\chrome.exe <options to Chromium can go here>
```
Jeremy Apthorp 6 years ago
parent
commit
4f8acb0cdd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/development/debug-instructions-windows.md

+ 2 - 0
docs/development/debug-instructions-windows.md

@@ -7,6 +7,8 @@ debugging. However, using Visual Studio, GitHub's hosted Electron Symbol Server,
 and the Electron source code, you can enable step-through debugging
 with breakpoints inside Electron's source code.
 
+**See also**: There's a wealth of information on debugging Chromium, much of which also applies to Electron, on the Chromium developers site: [Debugging Chromium on Windows](https://www.chromium.org/developers/how-tos/debugging-on-windows).
+
 ## Requirements
 
 * **A debug build of Electron**: The easiest way is usually building it