Skip to content

Commit

Permalink
docs: add link to Chromium windows debugging docs
Browse files Browse the repository at this point in the history
I found this tidbit in particular helpful: 

```sh
> devenv /debugexe out\Debug\chrome.exe <options to Chromium can go here>
```
  • Loading branch information
nornagon committed Jun 27, 2018
1 parent 92588be commit 4f8acb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/development/debug-instructions-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f8acb0

Please sign in to comment.