Skip to content

Commit 03c2d6f

Browse files
committed
Make chrome instructions a list item
1 parent 690b2e9 commit 03c2d6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial/debugging-main-process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Like `--inspector` but pauses execution on the first line of JavaScript.
2727
## External Debuggers
2828

2929
You will need to use a debugger that supports the V8 inspector protocol.
30-
You can use Chrome to connect a debugger by visiting `chrome://inspect`
31-
and selecting to inspect the launched Electron app present there.
3230

31+
- Connect Chrome by visiting `chrome://inspect` and selecting to inspect the
32+
launched Electron app present there.
3333
- [Debugging the Main Process in VSCode](debugging-main-process-vscode.md)

0 commit comments

Comments
 (0)