docs: add native c++ windows debugging method (#26286)

This commit is contained in:
Michaela Laurencin 2020-11-06 16:55:55 -08:00 committed by GitHub
parent e193543ea8
commit d836682ee6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 102 additions and 38 deletions

View file

@ -30,4 +30,4 @@ You will need to use a debugger that supports the V8 inspector protocol.
- Connect Chrome by visiting `chrome://inspect` and selecting to inspect the
launched Electron app present there.
- [Debugging the Main Process in VSCode](debugging-main-process-vscode.md)
- [Debugging in VSCode](debugging-vscode.md)