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>
```
This commit is contained in:
Jeremy Apthorp 2018-06-27 14:00:26 -07:00
Родитель 92588be2bd
Коммит 4f8acb0cdd
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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