We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 690b2e9 commit 03c2d6fCopy full SHA for 03c2d6f
docs/tutorial/debugging-main-process.md
@@ -27,7 +27,7 @@ Like `--inspector` but pauses execution on the first line of JavaScript.
27
## External Debuggers
28
29
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.
32
+- Connect Chrome by visiting `chrome://inspect` and selecting to inspect the
+ launched Electron app present there.
33
- [Debugging the Main Process in VSCode](debugging-main-process-vscode.md)
0 commit comments