Make chrome instructions a list item
This commit is contained in:
parent
690b2e91c4
commit
03c2d6f435
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ Like `--inspector` but pauses execution on the first line of JavaScript.
|
|||
## External Debuggers
|
||||
|
||||
You will need to use a debugger that supports the V8 inspector protocol.
|
||||
You can use Chrome to connect a debugger by visiting `chrome://inspect`
|
||||
and selecting to inspect the launched Electron app present there.
|
||||
|
||||
- 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)
|
||||
|
|
Loading…
Reference in a new issue